From 8e95d99e6a1891eaf9331f6384fa3b1a1065b871 Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:51:01 +0700 Subject: 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 --- ext/js/display/search-display-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/display') 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() : ''); } -- cgit v1.2.3