mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Run $digest
in a timeout (#7996)
GitOrigin-RevId: e3c0e9f3cdf917f6a112064086454d64fea489cf
This commit is contained in:
parent
e14363246d
commit
5a5436d38f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default FileTreeManager = class FileTreeManager {
|
|||
|
||||
$(document).on('click', () => {
|
||||
this.clearMultiSelectedEntities()
|
||||
return this.$scope.$digest()
|
||||
setTimeout(() => this.$scope.$digest(), 0)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue