mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:07 +01:00
Only wrap URLBar on focus and hotkey to open recent requests
This commit is contained in:
@@ -259,10 +259,6 @@ function getExtensions({
|
||||
...(singleLine
|
||||
? [
|
||||
EditorView.domEventHandlers({
|
||||
focus: (_, view) => {
|
||||
// select all text on focus, like a regular input does
|
||||
view.dispatch({ selection: { anchor: 0, head: view.state.doc.length } });
|
||||
},
|
||||
keydown: (e) => {
|
||||
// Submit nearest form on enter if there is one
|
||||
if (onEnter != null && e.key === 'Enter') {
|
||||
|
||||
Reference in New Issue
Block a user