diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2023-12-25 15:51:01 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 08:51:01 +0000 |
commit | 8e95d99e6a1891eaf9331f6384fa3b1a1065b871 (patch) | |
tree | 2c5977e66410b502da436da7381d67b38698b5c4 /ext/js/display | |
parent | e0659a84b2c85344e000536f4d3fa53bd5932567 (diff) |
Style updates (#447)
* style updates
* style updates
* style updates
* revert changes to dev/lib/handlebars
* revert changes to dev/lib/handlebars
* revert changes to dev/lib/handlebars
Diffstat (limited to 'ext/js/display')
-rw-r--r-- | ext/js/display/search-display-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js index 4dd41736..482afd56 100644 --- a/ext/js/display/search-display-controller.js +++ b/ext/js/display/search-display-controller.js @@ -279,7 +279,7 @@ export class SearchDisplayController { /** */ _onCopy() { - // ignore copy from search page + // Ignore copy from search page const selection = window.getSelection(); this._clipboardMonitor.setPreviousText(selection !== null ? selection.toString().trim() : ''); } |