Skip to content

Commit 85c0bc2

Browse files
committed
fix: closeModal() hadn't bind with this
1 parent fbdbdd3 commit 85c0bc2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/entryFieldLocation/frame.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/entryFieldLocation/frame.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class EntryFieldLocationFrame {
2727
this.updateDimension = this.updateDimension.bind(this);
2828
this.enableAutoResizing = this.enableAutoResizing.bind(this);
2929
this.disableAutoResizing = this.disableAutoResizing.bind(this);
30+
this.closeModal = this.closeModal.bind(this);
3031

3132
/**
3233
* The auto resizing should be enabled by default.

0 commit comments

Comments
 (0)