Fix tiptap selection sync and toolbar event loop

This commit is contained in:
lix-2026
2026-04-19 21:03:25 +08:00
parent 111a87d4fd
commit 394e2a155c
87 changed files with 17415 additions and 527 deletions
+10
View File
@@ -1381,12 +1381,20 @@ dependencies = [
"bridge-runtime",
"clap",
"core-protocol",
"mnote-editor-core",
"reqwest",
"serde",
"serde_json",
"storage-convex-bridge",
]
[[package]]
name = "mnote-editor-core"
version = "0.1.0"
dependencies = [
"serde",
]
[[package]]
name = "mnote-web"
version = "0.1.0"
@@ -1397,9 +1405,11 @@ dependencies = [
"core-protocol",
"futures-util",
"leptos",
"mnote-editor-core",
"reqwest",
"serde",
"serde_json",
"storage-convex-bridge",
"tokio",
"tower",
"tower-http",