refactor: extract editor dom selection runtime

This commit is contained in:
lix-2026
2026-05-25 00:48:37 +08:00
parent ec623c9a82
commit e20c0f95ff
7 changed files with 147 additions and 105 deletions
@@ -696,8 +696,8 @@ Reasonix read-only audit
- [x] 浏览器断言:
- `document.documentElement.dataset.mnoteTreeLiveTransport` 正确。
- 外置 module 实际执行并设置 `window.__mnoteTreeLiveControllerStarted`
- 后续专项验证WS 推送仍更新 page/filetree。
- 后续专项验证:WS 不可用时仍 fallback 到 SSE。
- 后续专项浏览器回归WS 推送仍更新 page/filetree。
- 后续专项浏览器回归:强制禁用 WS 时仍 fallback 到 SSE。
### P3:外置 debug `/tree` shell runtime bridge