mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-05-23 08:53:36 +00:00
在 add / remove / doRemove / sort / paste / alignCenter / moveToContainer 的 options 对象中新增 doNotSwitchPage,与 doNotSelect 合并为同一配置 DslOpOptions, 用于在 DSL 操作(新增 / 删除 / 跨页移动)会引发当前页面切换时跳过该次切换。 - 抽取共用类型 DslOpOptions 到 type.ts 并对外导出 - 新增 editorService.isOnDifferentPage 辅助方法用于跨页判断 - 修复 doUpdate 同步 state.page 时无条件覆盖的问题:只在被更新页就是当前页时才同步引用,避免「更新非当前页」误把编辑器切到该页 - doRemove 中对已删除节点的引用清理与当前页清空逻辑提升为无条件执行,避免 doNotSelect / doNotSwitchPage 跳过后续 select 时 state 持有已删除节点 - 补充对应单元测试与 API 文档 Co-authored-by: Cursor <cursoragent@cursor.com>