Skip to content

Commit

Permalink
条件
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Aug 13, 2023
1 parent 9ad1bf3 commit fffc61e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/pages/Edit/components/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default {
...(config || {}),
iconList: icon,
useLeftKeySelectionRightKeyDrag: this.useLeftKeySelectionRightKeyDrag,
customInnerElsAppendTo: null
customInnerElsAppendTo: null,
enableAutoEnterTextEditWhenKeydown: true,
customHandleClipboardText: handleClipboardText,
// isUseCustomNodeContent: true,
Expand Down

0 comments on commit fffc61e

Please sign in to comment.