No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Draggable elements in the left side panel (drawer)

    Help
    1
    2
    958
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tonton last edited by

      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 ?

      1 Reply Last reply Reply Quote 0
      • T
        tonton last edited by

        Nobody can help ?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post