mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复在 toolbar 中的 form 值变化回显不正确的问题 (#8326)
This commit is contained in:
parent
02ef3c96f3
commit
64397442c9
@ -252,7 +252,7 @@ export function HocStoreFactory(renderer: {
|
||||
props.store?.storeType === 'ComboStore'
|
||||
? undefined
|
||||
: syncDataFromSuper(
|
||||
props.data,
|
||||
store.data,
|
||||
(props.data as any).__super,
|
||||
(prevProps.data as any).__super,
|
||||
store,
|
||||
|
@ -62,7 +62,8 @@ export default defineConfig({
|
||||
}),
|
||||
monacoEditorPlugin({}),
|
||||
replace({
|
||||
__editor_i18n: !!I18N
|
||||
__editor_i18n: !!I18N,
|
||||
preventAssignment: true
|
||||
})
|
||||
].filter(n => n),
|
||||
optimizeDeps: {
|
||||
|
Loading…
Reference in New Issue
Block a user