feat: 添加配置面板
This commit is contained in:
+10
-1
@@ -88,5 +88,14 @@ function runInWrappedAction(func) {
|
||||
executeAction.call(this, func);
|
||||
});
|
||||
}
|
||||
// 不需要记录历史记录的时候直接使用原action
|
||||
const unwrappedAction = action;
|
||||
const runInUnwrappedAction = runInAction;
|
||||
|
||||
export { go, wrappedAction, runInWrappedAction };
|
||||
export {
|
||||
go,
|
||||
wrappedAction,
|
||||
runInWrappedAction,
|
||||
unwrappedAction,
|
||||
runInUnwrappedAction,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user