mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
6d31fc7875
commit
8fb54b133e
3 changed files with 3 additions and 3 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -67,6 +67,7 @@
|
|||
"mermaid": "^11.6.0",
|
||||
"paneforge": "^0.0.6",
|
||||
"panzoom": "^9.4.3",
|
||||
"prosemirror-collab": "^1.3.1",
|
||||
"prosemirror-commands": "^1.6.0",
|
||||
"prosemirror-example-setup": "^1.2.3",
|
||||
"prosemirror-history": "^1.4.1",
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@
|
|||
"mermaid": "^11.6.0",
|
||||
"paneforge": "^0.0.6",
|
||||
"panzoom": "^9.4.3",
|
||||
"prosemirror-collab": "^1.3.1",
|
||||
"prosemirror-commands": "^1.6.0",
|
||||
"prosemirror-example-setup": "^1.2.3",
|
||||
"prosemirror-history": "^1.4.1",
|
||||
|
|
|
|||
|
|
@ -499,9 +499,7 @@
|
|||
TaskItem.configure({
|
||||
nested: true
|
||||
}),
|
||||
CharacterCount.configure({
|
||||
mode: 'nodeSize'
|
||||
}),
|
||||
CharacterCount.configure({}),
|
||||
...(autocomplete
|
||||
? [
|
||||
AIAutocompletion.configure({
|
||||
|
|
|
|||
Loading…
Reference in a new issue