Update view.jsx
This commit is contained in:
parent
f3fb413a03
commit
88f32b2ec7
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const SEARCH_PREFIX = `$/${PAGES.SEARCH}q=`;
|
|||
const INVALID_URL_ERROR = "Invalid LBRY URL entered. Only A-Z, a-z, 0-9, and '-' allowed.";
|
||||
const TAG_SEARCH_PREFIX = 'tag:';
|
||||
|
||||
const K_KEY_CODE = 75;
|
||||
const L_KEY_CODE = 76;
|
||||
const ESC_KEY_CODE = 27;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue