mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 09:26:00 +00:00
copy & paste fixes
This commit is contained in:
@@ -46,6 +46,13 @@ export default function SqlEditor({
|
||||
};
|
||||
}, [onKeyDown]);
|
||||
|
||||
// React.useEffect(() => {
|
||||
// if (currentEditorRef.current.editor)
|
||||
// currentEditorRef.current.editor.setOptions({
|
||||
// showGutter: false,
|
||||
// });
|
||||
// }, []);
|
||||
|
||||
return (
|
||||
<Wrapper ref={containerRef}>
|
||||
<AceEditor
|
||||
|
||||
Reference in New Issue
Block a user