This commit is contained in:
wanglin2 2023-08-13 14:39:10 +08:00
parent 9ad1bf3a7c
commit fffc61e983
2 changed files with 5 additions and 3 deletions

6
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "thoughts",
"version": "0.4.0",
"version": "0.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thoughts",
"version": "0.4.0",
"version": "0.5.0",
"hasInstallScript": true,
"dependencies": {
"@toast-ui/editor": "^3.1.5",
@ -20833,6 +20833,7 @@
"version": "4.5.19",
"dev": true,
"requires": {
"@babel/core": "^7.11.0",
"@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
@ -20845,6 +20846,7 @@
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.6.5",
"core-js-compat": "^3.6.5",
"semver": "^6.1.0"
}

View File

@ -317,7 +317,7 @@ export default {
...(config || {}),
iconList: icon,
useLeftKeySelectionRightKeyDrag: this.useLeftKeySelectionRightKeyDrag,
customInnerElsAppendTo: null
customInnerElsAppendTo: null,
enableAutoEnterTextEditWhenKeydown: true,
customHandleClipboardText: handleClipboardText,
// isUseCustomNodeContent: true,