|
@@ -25,6 +25,7 @@ export const SelectTransfer = defineComponent({
|
|
|
|
|
|
const scaleTopRef = ref();
|
|
|
const scaleBottomRef = ref();
|
|
|
+ const toolbarRef = ref();
|
|
|
|
|
|
onMounted(() => {
|
|
|
nextTick(() => {
|
|
@@ -37,6 +38,7 @@ export const SelectTransfer = defineComponent({
|
|
|
scaleBottomLeftRef.value.editable = "scaleBottomleft";
|
|
|
scaleTopLeftRef.value.editable = "scaleTopleft";
|
|
|
scaleTopRightRef.value.editable = "scaleTopright";
|
|
|
+ toolbarRef.value.editable = "toolbar"
|
|
|
});
|
|
|
});
|
|
|
|
|
@@ -70,6 +72,7 @@ export const SelectTransfer = defineComponent({
|
|
|
}}
|
|
|
>
|
|
|
<div
|
|
|
+ ref={toolbarRef}
|
|
|
class={toolbarStyle}
|
|
|
style={{
|
|
|
top: w?.y + "px",
|