Skip to content

Commit

Permalink
fix(textui): 解决latex补全、链接路径补全bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyggge authored and gmlayer0 committed Jun 14, 2023
1 parent dafd84a commit be2d020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"electron-log": "^4.0.6",
"eslint": "^8.41.0",
"eslint-plugin-vue": "8.0.3",
"ficus-editor": "1.1.28",
"ficus-editor": "1.1.29",
"ficus-simple-mindmap": "0.5.12",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/richTextEditor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export default {
cdn: '/ficus-editor',
hint: {
emojiPath: '/ficus-editor',
parse: false,
// 根据用户输入的“链接url“或“图片url”生成提示列表
genLinkHint: async (input) => {
// ...
Expand Down

0 comments on commit be2d020

Please sign in to comment.