[Refactor] Split SelectionToolbox buttons to components (#3902)

This commit is contained in:
Chenlei Hu
2025-05-15 11:20:51 -04:00
committed by GitHub
parent 985dab7e1c
commit 9a5b80a279
9 changed files with 149 additions and 73 deletions

View File

@@ -1,5 +1,6 @@
<template>
<Button
v-show="canvasStore.nodeSelected"
v-tooltip.top="{
value: isDisabled
? t('selectionToolbox.executeButton.disabledTooltip')