We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
equals
1 parent d2f1fcb commit 47346b4Copy full SHA for 47346b4
1 file changed
src/impl/command/UndoableCommand.ts
@@ -64,7 +64,7 @@ export abstract class UndoableCommand<T extends UndoableSnapshot = undefined> ex
64
return undefined;
65
}
66
67
- public equals(undoable: Undoable): boolean {
+ public equals(undoable: unknown): boolean {
68
return this === undoable;
69
70
0 commit comments