fix: enable native select on editor - fixed #1960

This commit is contained in:
liyasthomas
2021-11-18 18:26:48 +05:30
parent 3080af1ea5
commit fe7b236ad9

View File

@@ -431,6 +431,7 @@ pre.ace_editor {
}
.cm-focused {
@apply select-auto;
@apply !outline-none;
.cm-activeLine {