mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Stop deletes overlapping comments (but leads to occasional flickering)
This commit is contained in:
parent
938a8c4894
commit
e69b6da684
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ define [
|
|||
|
||||
scope.$watch "reviewPanel.entries", (value) ->
|
||||
return if !value?
|
||||
$timeout () ->
|
||||
layout()
|
||||
|
||||
scope.$on "review-panel:layout", () ->
|
||||
|
|
Loading…
Reference in a new issue