Draggable elements in the left side panel (drawer)
-
Hi everyone.
I’ve got an issue with draggable elements using quasar drawer in my layout.
The following code doesn’t work<q-layout view="HHH LPr FFF" :reveal="true" :header-class="{'shadow-1': true}" ref="layout" > ... <!-- Left Side Panel --> <div slot="left"> <img src="..." draggable="true" @dragstart="onDragStart(event)" /> </div>
But if i remove the slot it is working and the element is draggable.
Can anyone help me with this issue ?
-
Nobody can help ?