mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
unsaved file marker
This commit is contained in:
@@ -554,6 +554,7 @@
|
||||
editor.on('focus', () => dispatch('focus'));
|
||||
|
||||
editor.setReadOnly(readOnly);
|
||||
|
||||
editor.on('change', () => {
|
||||
const content = editor.getValue();
|
||||
value = content;
|
||||
|
||||
Reference in New Issue
Block a user