mirror of
https://github.com/directus/directus.git
synced 2026-02-03 09:55:03 -05:00
Map layout and interface improvements (#8628)
* Map layout and interface improvements: * Disable drag to rotate * Add keyboard shortcut to delete items * Hide unselect button when selection is empty * Add display template setting * Fixed fitData button behaviour * Removed unused hoveredFeatureId * Added translations * Expose clearFilters to the layout.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
:search="search"
|
||||
:collection="collection"
|
||||
:reset-preset="resetPreset"
|
||||
:clear-filters="clearFilters"
|
||||
>
|
||||
<collections-not-found v-if="!currentCollection || collection.startsWith('directus_')" />
|
||||
<private-view
|
||||
|
||||
Reference in New Issue
Block a user