Skip to content

Commit 90c7685

Browse files
authored
fix bug that bubble iframe cannot close by keyboard #2399 (#2401)
1 parent 802708d commit 90c7685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content_scripts/ui/frontend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ const Front = (function() {
657657
}
658658
self.flush();
659659
if (!_bubble.noPointerEvents) {
660-
setDisplay(_bubble, {});
660+
setDisplay(_bubble);
661661
self.enter(0, true);
662662
}
663663
};

0 commit comments

Comments
 (0)