Fix:修复富文本模式下切换主题,概要节点的文本样式没有跟随改变的问题

This commit is contained in:
街角小林 2024-08-14 16:42:26 +08:00
parent 766e0e5fae
commit 322f7a3e2a

View File

@ -327,7 +327,8 @@ export const nodeDataNoStylePropList = [
'attachmentName', 'attachmentName',
'notation', 'notation',
'outerFrame', 'outerFrame',
'number' 'number',
'range'
] ]
// 错误类型 // 错误类型