mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Bumped TinyMCE Editor from 7.0 to 7.1.1
This commit is contained in:
2
plugins/tinymce/tinymce.d.ts
vendored
2
plugins/tinymce/tinymce.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user