mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
formatting
This commit is contained in:
parent
a3c47299f9
commit
f75d07bfc7
1 changed files with 10 additions and 10 deletions
|
@ -83,7 +83,7 @@ class StatusBarPanel {
|
||||||
* @param {Event} e
|
* @param {Event} e
|
||||||
*/
|
*/
|
||||||
showDropUp(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
|
const el = e.target
|
||||||
.closest(".cm-status-bar-select")
|
.closest(".cm-status-bar-select")
|
||||||
.querySelector(".cm-status-bar-select-content");
|
.querySelector(".cm-status-bar-select-content");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue