diff options
| author | James Maa <jmaa@berkeley.edu> | 2024-06-10 10:59:54 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 17:59:54 +0000 | 
| commit | e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3 (patch) | |
| tree | 57881c2de6a9d75185a390741d404d61d5c9ce69 /test | |
| parent | 8eea3661714c64857aa32a8662f7cca6674dd3a4 (diff) | |
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/options-util.test.js | 3 | 
1 files changed, 2 insertions, 1 deletions
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,  |