mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-09-25 21:36:23 +00:00
- 新增 isElementVisible / isDocumentVisible,判断页面、画布容器与浏览器 tab 是否可见 - scrollIntoView 在页面不可见时直接返回,避免记录错误的滚动偏移 - 页面不可见时保留 IntersectionObserver 监听,恢复可见后由回调自行决定是否滚动