MCPcopy
hub / github.com/philc/vimium / exit

Method exit

content_scripts/mode_find.js:123–129  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

121 }
122
123 exit(event) {
124 HUD.unfocusIfFocused();
125 super.exit();
126 if (event) {
127 FindMode.handleEscape();
128 }
129 }
130
131 restoreSelection() {
132 if (!this.initialRange) {

Callers 2

constructorMethod · 0.45
constructorMethod · 0.45

Calls 1

handleEscapeMethod · 0.80

Tested by

no test coverage detected