mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-05-15 13:04:29 +00:00
当 prop 与 name 不一致(如 data.items.0.style)时,原实现固定使用 name 会丢失上下文路径, 改为优先使用 prop,回退到 name,确保 changeRecords 携带完整路径。 Co-authored-by: Cursor <cursoragent@cursor.com>