Editor debouncer

This commit is contained in:
Mo Bitar
2018-07-05 15:50:40 -05:00
parent 5a1d13f28e
commit 0a85469b2f
4 changed files with 8 additions and 9 deletions

View File

@@ -323,7 +323,8 @@ angular.module('app')
}
this.contentChanged = function() {
this.changesMade();
// content changes should bypass manual debouncer as we use the built in ng-model-options debouncer
this.changesMade(true);
}
this.nameChanged = function() {