mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
table editor - improved UX
This commit is contained in:
@@ -165,10 +165,10 @@
|
||||
clearEditorData();
|
||||
}
|
||||
|
||||
$: {
|
||||
// if (!$editorState.isLoading && !$editorValue)
|
||||
if (domEditor && !pureName) domEditor.addColumn();
|
||||
}
|
||||
// $: {
|
||||
// // if (!$editorState.isLoading && !$editorValue)
|
||||
// if (domEditor && !pureName) domEditor.addColumn();
|
||||
// }
|
||||
</script>
|
||||
|
||||
<TableEditor
|
||||
|
||||
Reference in New Issue
Block a user