mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Canvas icon cannot be dragged or dropped (#3951)
This commit is contained in:
parent
27f0250aaf
commit
796001a4ae
|
|
@ -7,7 +7,14 @@
|
|||
>
|
||||
<div v-resize="resizeStepContainer">
|
||||
<div class="flex-between">
|
||||
<div class="flex align-center" style="width: 70%">
|
||||
<div
|
||||
class="flex align-center"
|
||||
@dragstart.prevent
|
||||
@drag.prevent
|
||||
@dragover.prevent
|
||||
@dragend.prevent
|
||||
style="width: 70%"
|
||||
>
|
||||
<component
|
||||
:is="iconComponent(`${nodeModel.type}-icon`)"
|
||||
class="mr-8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue