feat: CSS mit Bootstrap für mobil beschreibbare Toolbar-Elemente anordnen
This commit is contained in:
@@ -52,14 +52,14 @@
|
||||
|
||||
static addToolbarItems(instance, handler) {
|
||||
var toolbarItems = instance.toolbarItems.filter((item) => UI.allowedToolbarItems.includes(item.type));
|
||||
|
||||
if(!IS_READONLY)
|
||||
|
||||
if (!IS_READONLY)
|
||||
toolbarItems = toolbarItems.concat(UI.getWritableItems(handler));
|
||||
|
||||
if(!IS_DESKTOP && !IS_READONLY)
|
||||
|
||||
if (!IS_DESKTOP && !IS_READONLY)
|
||||
toolbarItems = toolbarItems.concat(UI.getMobileWritableItems(handler));
|
||||
|
||||
instance.setToolbarItems(toolbarItems)
|
||||
instance.setToolbarItems(toolbarItems)
|
||||
}
|
||||
|
||||
static annotationRenderer(data) {
|
||||
|
||||
Reference in New Issue
Block a user