vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

set draggable false,but When resizing up, the element moves

Open alamhubb opened this issue 2 years ago • 1 comments

image

image

 <vue-draggable-resizable
    :draggable="false"
    v-show="showDialog"
    :z="2000"
    class="bg-white position-absolute bottom-0 right-0 bx-none bb-none w100p"
    :handles="['tm']">
    <div>123</div>

    <!--    <template v-if="yoyoNode">
          <component
            v-if="yoyoNode"
            ref="dataSource"
            :is="dataSourceType"
            @confirm="confirmSave"
            @close="quickCloseDialog"></component>
        </template>-->
  </vue-draggable-resizable>

alamhubb avatar Apr 15 '22 02:04 alamhubb

I found out that the problem is because I set bottom:0

More specific reasons are still being discovered

alamhubb avatar Apr 15 '22 02:04 alamhubb