Expand lines on highlight, fix EditorLabel highlight attempt
This commit is contained in:
@@ -81,6 +81,12 @@ class EditorLabel extends EditorEntryBase {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
break;
|
||||
|
||||
case ' ':
|
||||
// We don't support highlighting, but stop propagation
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user