Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Code editor spawed from table's column editing popover get closed when focused as the parrent popover is closed when it loses focus
Expected Behavior
When the code editor is focused for editing, the popover should not be closed which should prevent the closing of the editor.
Steps to reproduce
In new project
- Create a table
- Select table
- In the right side editor open the configuration popover for any column
- Open the JS code editor for column value
- Click on the code editor
- The popover will close it self which will close the editor
Environment
Lowcoder version: dev branch, commit : 93b11fc (the most up to date dev branch at the time of this issue creation )
Operating system: OSX, Ubuntu
Browsers: Chrome, Firefox
Additional Information
No response