Note about spellcheck performance

This commit is contained in:
Mo Bitar
2019-02-10 17:47:43 -06:00
parent 1e01075aeb
commit e4257b425b
3 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ angular.module('app')
this.spellcheck = true;
this.componentManager = componentManager;
this.componentStack = [];
this.isDesktop = isDesktopApplication();
$rootScope.$on("sync:taking-too-long", function(){
this.syncTakingTooLong = true;