mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3921 from overleaf/ae-remove-broadcast-open
Remove $scope.$broadcast('open') from React controllers GitOrigin-RevId: 40780c373e14c4dbbd921460638bcb4616f34c86
This commit is contained in:
parent
07ec567b07
commit
f9bda25072
1 changed files with 0 additions and 5 deletions
|
@ -30,11 +30,6 @@ export default App.controller(
|
|||
$scope.projectName = project.name
|
||||
|
||||
$scope.show = true
|
||||
|
||||
// TODO: is this needed
|
||||
window.setTimeout(() => {
|
||||
$scope.$broadcast('open')
|
||||
}, 200)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue