mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Make header the drag handler
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
d9dcd59ae1
commit
97feb89a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
:ref="'status-' + status" />
|
||||
</div>
|
||||
|
||||
<Draggable v-model="layout" class="panels" @end="saveLayout">
|
||||
<Draggable v-model="layout" class="panels" @end="saveLayout" handle=".panel--header">
|
||||
<div v-for="panelId in layout" :key="panels[panelId].id" class="panel">
|
||||
<div class="panel--header">
|
||||
<h3 :class="panels[panelId].iconClass">
|
||||
|
|
|
|||
Loading…
Reference in a new issue