diff options
author | dg314 <david_grossman@brown.edu> | 2021-06-28 15:25:41 -0400 |
---|---|---|
committer | dg314 <david_grossman@brown.edu> | 2021-06-28 15:25:41 -0400 |
commit | 4cb75250bacbd08f4ae2c6ef6b4a00472bc890c3 (patch) | |
tree | e5b98da02421b7c9ce1a7fe6b9be84d56bd5cc0d | |
parent | c76598b7105e31e24ae771a839e63c27d787d3ed (diff) |
db update
-rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index cbaa706e0..d92cba3eb 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -225,7 +225,6 @@ export class KeyManager { PromiseValue(Cast(Doc.UserDoc()["tabs-button-tools"], Doc)).then(pv => pv && (pv.onClick as ScriptField).script.run({ this: pv })); break; case "f": - SearchBox.Instance._searchFullDB = "My Stuff"; SearchBox.Instance.enter(undefined); break; case "o": |