This website requires JavaScript.
Explore
Help
Sign In
github
/
tmagic-editor
Watch
1
Star
0
Fork
0
You've already forked tmagic-editor
mirror of
https://github.com/Tencent/tmagic-editor.git
synced
2026-08-08 13:58:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tmagic-editor
/
packages
/
editor
History
roymondchen
b544f05917
fix(editor): 修复 IdleTask 在 requestIdleCallback timeout 时队列空转的问题
...
主线程持续繁忙时回调因 timeout 触发,timeRemaining() 恒为 0 导致任务无法执行且依赖收集卡住;改用时间预算分批推进并补充单测。
2026-08-04 12:19:39 +08:00
..
src
fix(editor): 修复 IdleTask 在 requestIdleCallback timeout 时队列空转的问题
2026-08-04 12:19:39 +08:00
tests
/unit
fix(editor): 修复 IdleTask 在 requestIdleCallback timeout 时队列空转的问题
2026-08-04 12:19:39 +08:00
package.json
chore: release v1.8.0-beta.20
2026-07-30 17:10:43 +08:00
README.md
docs: 添加packages readme
2022-04-13 17:17:14 +08:00
README.md
文档