mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
feat: 代码优化
This commit is contained in:
parent
0d9ccb82ed
commit
df8ab2fea9
@ -675,9 +675,9 @@ export default class FormulaControl extends React.Component<
|
||||
handleQuickVariableSelect(item: VariableItem) {
|
||||
this.handleInputChange('${' + item.value + '}');
|
||||
this.closeQuickVariablesOuter();
|
||||
setTimeout(() => {
|
||||
requestAnimationFrame(() => {
|
||||
this.editorPlugin?.autoMark?.();
|
||||
}, 0);
|
||||
});
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
Loading…
Reference in New Issue
Block a user