Commit 2e5cd1519fd6b198733529a6f984cb74d5c93390
1 parent
7fd014b8
fix: remove debugger
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/core/editor/canvas/edit.js
| @@ -96,7 +96,6 @@ export default { | @@ -96,7 +96,6 @@ export default { | ||
| 96 | // click: () => this.handleClickElementProp(element) | 96 | // click: () => this.handleClickElementProp(element) |
| 97 | input: ({ value, pluginName }) => { | 97 | input: ({ value, pluginName }) => { |
| 98 | if (pluginName === 'lbp-text') { | 98 | if (pluginName === 'lbp-text') { |
| 99 | - debugger | ||
| 100 | element.pluginProps.text = value | 99 | element.pluginProps.text = value |
| 101 | } | 100 | } |
| 102 | } | 101 | } |