fix:修复组件拖拽时点击右键导致组件不能继续拖拽的问题

main
liu.shiyi 1 year ago
parent 3c9f1205f2
commit d7eb87f876

@ -58,6 +58,7 @@
"echarts": "^5.2.2",
"element-ui": "2.15.6",
"es6-promise": "4.2.8",
"gc-vue-draggable-resizable": "^1.0.1",
"html-to-image": "1.11.11",
"image-conversion": "^2.1.1",
"insert-css": "^2.0.0",

@ -82,8 +82,8 @@ import RenderCard from './RenderCard.vue'
import Configuration from './Configuration.vue'
// import _ from 'lodash'
import cloneDeep from 'lodash/cloneDeep'
import vdr from 'vue-draggable-resizable-gorkys'
import 'vue-draggable-resizable-gorkys/dist/VueDraggableResizable.css'
import vdr from 'gc-vue-draggable-resizable'
import 'gc-vue-draggable-resizable/dist/VueDraggableResizable.css'
import { randomString } from '../js/utils'
import { compile } from 'tiny-sass-compiler/dist/tiny-sass-compiler.esm-browser.prod.js'
import plotList, { getCustomPlots } from '../G2Plots/plotList'

Loading…
Cancel
Save