Run $digest in a timeout (#7996)

GitOrigin-RevId: e3c0e9f3cdf917f6a112064086454d64fea489cf
This commit is contained in:
Alf Eaton
2022-05-18 11:35:52 +01:00
committed by Copybot
parent eb1e6fe906
commit 007199714f

View File

@@ -54,7 +54,7 @@ export default FileTreeManager = class FileTreeManager {
$(document).on('click', () => {
this.clearMultiSelectedEntities()
return this.$scope.$digest()
setTimeout(() => this.$scope.$digest(), 0)
})
}