Commit a6e66f2c authored by Dannon Baker's avatar Dannon Baker
Browse files

Fix draggable source for content items -- was previously preventing...

Fix draggable source for content items -- was previously preventing copy/pasting text from dataset details.  This is identical to how the old history worked, where only the titlebar was draggable
parent 0f033804
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
<template>
    <div
        :id="contentId"
        :class="['content-item m-1 p-0 rounded', contentCls]"
        draggable
        :data-hid="id"
        :data-state="state"
        @dragstart="onDragStart">
        <div class="p-1 cursor-pointer" @click.stop="onClick">
    <div :id="contentId" :class="['content-item m-1 p-0 rounded', contentCls]" :data-hid="id" :data-state="state">
        <div class="p-1 cursor-pointer" draggable @dragstart="onDragStart" @click.stop="onClick">
            <div class="d-flex justify-content-between">
                <span class="p-1 font-weight-bold">
                    <span v-if="selectable" class="selector">