Hi Blockly Team,
What would be your recommended way to add support to modal in a electron environment since they don't support prompt.
I am overriding the function. But since it is using a call back style, not function calling, what would you guys recommend me to use. I tried some ways, but they ask me to implement a component on the app level and i don't feel like warping the whole app inside that component. Can you suggest a better way which is less invasive.
Environment
Electron : "^20.1.0"
Blockly : "^9.0.1"
React : "^18.2.0"
Thanking you for having such a wonderful community.