mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
disable collection items drag
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<template v-slot:item="{ item }">
|
||||
<ContentItem
|
||||
:id="item.element_index + 1"
|
||||
:draggable="false"
|
||||
:item="item.object"
|
||||
:name="item.element_identifier"
|
||||
:expand-dataset="isExpanded(item)"
|
||||
|
||||
Reference in New Issue
Block a user