+
-
+
-
+ renameFolder(oldName, newName)"
+ @update-folder-config="(folderName, config) => updateFolderConfig(folderName, config)"
+ @refresh-data="refreshData"
+ @action-done="
+ pluginId => {
+ pluginActions[pluginId] = false
+ }
+ "
+ @drop-to-folder="(event, folderName) => handleDropToFolder(event, folderName)"
+ />
@@ -1280,29 +1374,23 @@ function onDragEndPlugin(evt: any) {
handle=".cursor-move"
item-key="id"
tag="div"
- :component-data="{ style: 'display: contents;' }"
+ class="grid gap-4 grid-plugin-card"
group="plugins"
>
-
+ {
+ pluginActions[pluginId] = false
+ }
+ "
+ @remove-from-folder="removeFromFolder"
+ />
@@ -1477,35 +1565,5 @@ function onDragEndPlugin(evt: any) {