From e5b53bb238e59b1cd6371c0379d6171a3e1e68fa Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Apr 2022 22:52:53 -0400 Subject: Hide popup on cursor exit (#2109) * Update phrasing * Add new options * Add settings * Implement --- test/test-options-util.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index aa8a5bdb..e706b720 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -345,6 +345,8 @@ function createProfileOptionsUpdatedTestData1() { hideDelay: 0, pointerEventsEnabled: false, matchTypePrefix: false, + hidePopupOnCursorExit: false, + hidePopupOnCursorExitDelay: 0, preventMiddleMouse: { onWebPages: false, onPopupPages: false, -- cgit v1.2.3