formatting

This commit is contained in:
e218736 2024-02-21 16:30:58 +00:00
parent a3c47299f9
commit f75d07bfc7

View file

@ -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");