fire change event (#17078)

This commit is contained in:
Niels Lyngsø
2024-09-17 10:06:16 +02:00
committed by GitHub
parent d58768f26d
commit eb0f8b5c24

View File

@@ -1056,6 +1056,10 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
editor.undoManager.clear();
}
}
angularHelper.safeApply($rootScope, function () {
editor.dispatch("Change");
});
});
});