mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix focus issues on Ctrl+E modal #1558
This commit is contained in:
parent
9098823fd7
commit
f72ed440e6
@ -670,6 +670,7 @@ define([
|
||||
$modal: $blockContainer,
|
||||
show: function () {
|
||||
$blockContainer.css('display', 'flex');
|
||||
addTabListener($blockContainer);
|
||||
},
|
||||
hide: hide
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user