mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:53:18 +00:00
Remove unneeded review panel layout event.
This commit is contained in:
parent
49fe8ef3a3
commit
2589ac7d58
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ define [
|
|||
|
||||
scope.toggleCollapse = () ->
|
||||
scope.isCollapsed = !scope.isCollapsed
|
||||
$timeout () ->
|
||||
scope.$emit "review-panel:layout"
|
||||
|
||||
scope.$watch "thread.content.length", (contentLength) ->
|
||||
scope.needsCollapsing = contentLength > scope.contentLimit
|
Loading…
Reference in a new issue