formatting
This commit is contained in:
parent
a3c47299f9
commit
f75d07bfc7
@ -83,7 +83,7 @@ class StatusBarPanel {
|
||||
* @param {Event} e
|
||||
*/
|
||||
showDropUp(e) {
|
||||
if (e.type === "click" || e.key === 'Enter'|| e.key === ' ') {
|
||||
if (e.type === "click" || e.key === "Enter"|| e.key === " ") {
|
||||
const el = e.target
|
||||
.closest(".cm-status-bar-select")
|
||||
.querySelector(".cm-status-bar-select-content");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user