mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[TinyMCE] Add ignore method to UndoManager
Signed-off-by: Thiago Lacerda <thiagotbl@gmail.com>
This commit is contained in:
Vendored
+2
@@ -669,6 +669,8 @@ export interface UndoManager {
|
||||
|
||||
hasUndo(): boolean;
|
||||
|
||||
ignore(callback: () => void): void;
|
||||
|
||||
redo(): {};
|
||||
|
||||
transact(callback: () => void): {};
|
||||
|
||||
Reference in New Issue
Block a user