From c80916d0f2b8f9d4cf075e4174170409f315db24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Fri, 8 Mar 2024 11:46:35 +0800 Subject: [PATCH] Doc: update --- web/src/pages/Doc/en/changelog/index.md | 2 ++ web/src/pages/Doc/en/changelog/index.vue | 1 + web/src/pages/Doc/zh/changelog/index.md | 2 ++ web/src/pages/Doc/zh/changelog/index.vue | 1 + 4 files changed, 6 insertions(+) diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 8dd016aa..f7ab214f 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -19,6 +19,8 @@ Fix: > 7.Fix the collaborative editing plugin: When a node is selected and then folded, the activation status of the node disappears, but the selected status of the node still exists in other clients; > > 8.Optimize the export of markdowns and fix the issue of missing summaries; +> +> 9.Fix the issue of ineffective forward and backward operations on node positions during free drag and drop; New: diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 12dcacf8..d1372116 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -12,6 +12,7 @@
6.Fix the issue of rendering only the root node when expand: false is set to the root node in the node data;
7.Fix the collaborative editing plugin: When a node is selected and then folded, the activation status of the node disappears, but the selected status of the node still exists in other clients;
8.Optimize the export of markdowns and fix the issue of missing summaries;
+9.Fix the issue of ineffective forward and backward operations on node positions during free drag and drop;
New:
diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 82eb2cef..4d6cb5c5 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -19,6 +19,8 @@ > 7.修复协同编辑插件:当选中一个节点时,再将该节点收起,该节点激活状态已消失,但其他客户端该节点的选中状态依旧存在的问题; > > 8.优化markdown的导出,修复概要丢失的问题; +> +> 9.修复自由拖拽时,前进后退操作对节点位置不生效的问题; 新增: diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index 61cb62e5..34b1bf0c 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -12,6 +12,7 @@6.修复节点数据中根节点设置了expand:false时只渲染根节点的问题;
7.修复协同编辑插件:当选中一个节点时,再将该节点收起,该节点激活状态已消失,但其他客户端该节点的选中状态依旧存在的问题;
8.优化markdown的导出,修复概要丢失的问题;
+9.修复自由拖拽时,前进后退操作对节点位置不生效的问题;
新增: