Skip to content

Commit 270731c

Browse files
authored
fix: typo in CanvasEditor removeOnChangeListener method (#260)
1 parent 5418251 commit 270731c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/canvas_editor/init/canvas_editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function initCanvasEditor(
8282
this.#onChange = onChange;
8383
}
8484

85-
removeOnChangeListner() {
85+
removeOnChangeListener() {
8686
this.#checkNotDestroyed();
8787

8888
this.#onChange = null;

0 commit comments

Comments
 (0)