feat:アクション選択UI改善
This commit is contained in:
@@ -66,6 +66,9 @@ export const useFlowEditorStore = defineStore('flowEditor', {
|
||||
setActiveNode(node: IActionNode) {
|
||||
this.activeNode = node;
|
||||
},
|
||||
setCurrentEvent(event:IKintoneEvent | undefined){
|
||||
this.selectedEvent=event;
|
||||
},
|
||||
setApp(app: AppInfo) {
|
||||
this.appInfo = app;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user