MCPcopy Create free account
hub / github.com/error311/FileRise / viewOptionsEscape

Function viewOptionsEscape

public/js/fileListView.js:5749–5751  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

5747}
5748
5749function viewOptionsEscape(ev) {
5750 if (ev.key === "Escape") hideViewOptionsPopover();
5751}
5752
5753function ensureViewOptionsPopover() {
5754 if (viewOptionsPopover) return viewOptionsPopover;

Callers

nothing calls this directly

Calls 1

hideViewOptionsPopoverFunction · 0.85

Tested by

no test coverage detected