mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-16 17:42:05 +00:00
bccu#1811: Give the stolen focus back to map
Fallback from d104e82d74
Change-Id: I5885bd11cee9499a26165e6989bb652683c4645d
This commit is contained in:
@ -66,6 +66,8 @@ L.Control.ContextMenu = L.Control.extend({
|
||||
return {
|
||||
callback: function(key) {
|
||||
map.sendUnoCommand(key);
|
||||
// Give the stolen focus back to map
|
||||
map.focus();
|
||||
},
|
||||
items: contextMenu
|
||||
};
|
||||
|
Reference in New Issue
Block a user