fix: enable native select on editor - fixed #1960
This commit is contained in:
parent
3080af1ea5
commit
fe7b236ad9
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ pre.ace_editor {
|
|||
}
|
||||
|
||||
.cm-focused {
|
||||
@apply select-auto;
|
||||
@apply !outline-none;
|
||||
|
||||
.cm-activeLine {
|
||||
|
|
|
|||
Loading…
Reference in a new issue