Bumped TinyMCE Editor from 7.0 to 7.1.1

This commit is contained in:
johnnyq
2024-06-01 16:21:46 -04:00
parent 307cc709d4
commit 1fa043b1d7
97 changed files with 189 additions and 72 deletions

View File

@@ -402,7 +402,7 @@ interface Rect {
fromClientRect: (clientRect: DOMRect) => GeomRect;
}
interface NotificationManagerImpl {
open: (spec: NotificationSpec, closeCallback: () => void) => NotificationApi;
open: (spec: NotificationSpec, closeCallback: () => void, hasEditorFocus: () => boolean) => NotificationApi;
close: <T extends NotificationApi>(notification: T) => void;
getArgs: <T extends NotificationApi>(notification: T) => NotificationSpec;
}