mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
loleaflet: And we have a menubar now
... with some CSS tweaks in sm-simple.css to make it look more like LO menubar in desktop application. Change-Id: I62c88d5876da752fb487e89a3613698c463d9f32
This commit is contained in:
@ -58,7 +58,7 @@ L.Control.ContextMenu = L.Control.extend({
|
||||
}
|
||||
|
||||
var contextMenu = this._createContextMenuStructure(obj);
|
||||
var d = $.contextMenu({
|
||||
$.contextMenu({
|
||||
selector: '.leaflet-layer',
|
||||
trigger: 'none',
|
||||
build: function(triggerEle, e) {
|
||||
|
Reference in New Issue
Block a user