mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Run $digest in a timeout (#7996)
GitOrigin-RevId: e3c0e9f3cdf917f6a112064086454d64fea489cf
This commit is contained in:
@@ -54,7 +54,7 @@ export default FileTreeManager = class FileTreeManager {
|
||||
|
||||
$(document).on('click', () => {
|
||||
this.clearMultiSelectedEntities()
|
||||
return this.$scope.$digest()
|
||||
setTimeout(() => this.$scope.$digest(), 0)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user