mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Stop deletes overlapping comments (but leads to occasional flickering)
This commit is contained in:
@@ -23,7 +23,8 @@ define [
|
||||
|
||||
scope.$watch "reviewPanel.entries", (value) ->
|
||||
return if !value?
|
||||
layout()
|
||||
$timeout () ->
|
||||
layout()
|
||||
|
||||
scope.$on "review-panel:layout", () ->
|
||||
$timeout () ->
|
||||
|
||||
Reference in New Issue
Block a user