Skip to content

Commit

Permalink
fix: Remove 'editorInstance' from 'data' for memory issue (#19)
Browse files Browse the repository at this point in the history
* fix: Remove editorInstance from data property

* chore: Modify example code

* chore: Update ImageEditor version to v3.7.0

* chore: Add 'example' to eslint exclude path

* fix: Apply code-review

* fix: Bind events passed to props only

* refactor: Remove event name filter
  • Loading branch information
junghwan-park authored and lja1018 committed Feb 5, 2021
1 parent 4c74e36 commit 89cc4ca
Show file tree
Hide file tree
Showing 5 changed files with 2,671 additions and 2,682 deletions.
4 changes: 2 additions & 2 deletions apps/toast-ui.vue-image-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ export default {
data() {
return {
useDefaultUI: true,
options: { // for options prop
options: { // for tui-image-editor component's "options" prop
cssMaxWidth: 700,
cssMaxHeight: 500
}
}
};
}
}
```
Expand Down

0 comments on commit 89cc4ca

Please sign in to comment.