Commit e0397f10 authored by zhengke's avatar zhengke

no message

parent 771ff764
......@@ -29,7 +29,7 @@
:type="point.direction"
:rotate="elementInfo.rotate"
:style="point.style"
@mousedown.stop="$event => scaleElement($event, elementInfo, point.direction)"
@mousedown.stop="$event => scaleText($event, elementInfo, point.direction)"
/>
</template>
</div>
......
......@@ -443,6 +443,7 @@ export default (
if (startPageX === currentPageX && startPageY === currentPageY) return
console.log(elementList.value,'-----')
slidesStore.updateSlide({ elements: elementList.value })
mainStore.setScalingState(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment