mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
chore(app): 删除无用log,export FlowState
This commit is contained in:
parent
52c1124e97
commit
0a1f03b5c7
@ -177,7 +177,6 @@ export default class EventHelper extends EventEmitter {
|
||||
* @param args 事件参数
|
||||
*/
|
||||
private async eventHandler(config: EventConfig | number, fromCpt: TMagicNode | DataSource | undefined, args: any[]) {
|
||||
console.log('eventHandler', config, fromCpt);
|
||||
const eventConfig = typeof config === 'number' ? (fromCpt as TMagicNode).events[config] : config;
|
||||
if (has(eventConfig, 'actions')) {
|
||||
// EventConfig类型
|
||||
|
@ -31,5 +31,6 @@ export { default as Env } from './Env';
|
||||
export { default as Page } from './Page';
|
||||
export { default as Node } from './Node';
|
||||
export { default as IteratorContainer } from './IteratorContainer';
|
||||
export { default as FlowState } from './FlowState';
|
||||
|
||||
export default App;
|
||||
|
Loading…
x
Reference in New Issue
Block a user