dashjoin/platform

Changes in the SQL editor are lost if you take away and bring back the focus

Opened this issue · 1 comments

If you use the SQL text editor when writing queryies, all changes are lost if you put the focus in another window (e.g. Notepad to copy something) and bring back the cursor again to the SQL window

happens on the query page. E.g. here:
https://demo.my.dashjoin.com/#/config/dj-query-catalog/orgchart

Seems to be caused by the conversion of the query arguments (map to array). Updating the underlying form value can cause the form to re-initialize.