From e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3 Mon Sep 17 00:00:00 2001 From: James Maa Date: Mon, 10 Jun 2024 10:59:54 -0700 Subject: Add context menu interface for Yomitan (#1028) * --wip-- [skip ci] * Draft * Remove weird code * Use existing API instead of dulpicating * Small improvements * remove console.log * remove console.log * Add setting for contextMenu * Fix test * Address comments * Add option-util upgrade * fix option-utils --- test/options-util.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/options-util.test.js b/test/options-util.test.js index af4daef9..54bae173 100644 --- a/test/options-util.test.js +++ b/test/options-util.test.js @@ -259,6 +259,7 @@ function createProfileOptionsUpdatedTestData1() { popupScaleRelativeToPageZoom: false, popupScaleRelativeToVisualViewport: true, showGuide: true, + enableContextMenuScanSelected: true, compactTags: false, glossaryLayoutMode: 'default', mainDictionary: '', @@ -605,7 +606,7 @@ function createOptionsUpdatedTestData1() { }, ], profileCurrent: 0, - version: 38, + version: 39, global: { database: { prefixWildcardsSupported: false, -- cgit v1.2.3