Closed marisademeglio closed 4 days ago
That said, I did find major differences in handling job creation:
Form handling (when the button is pressed): https://github.com/daisy/pipeline-ui/blob/main/src/renderer/components/ScriptForm/index.tsx#L172
Menu selection: https://github.com/daisy/pipeline-ui/blob/main/src/main/index.ts#L152
Maybe the "Run" menu command should trigger form submission rather than having onSubmit and menu.run both triggering App.dispatch.
I originally started looking at this because of an intermittently-reproducible issue and although I found this inconsistency along the way, it is likely not the cause.