mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 禁止图表旋转(旋转后渲染异常)
This commit is contained in:
parent
0901639425
commit
05f7edf852
@ -72,5 +72,5 @@ const scaleWidth = computed(() => props.elementInfo.width * canvasScale.value)
|
||||
const scaleHeight = computed(() => props.elementInfo.height * canvasScale.value)
|
||||
const { resizeHandlers, borderLines } = useCommonOperate(scaleWidth, scaleHeight)
|
||||
|
||||
const cannotRotate = computed(() => ['video', 'audio'].includes(props.elementInfo.type))
|
||||
const cannotRotate = computed(() => ['chart', 'video', 'audio'].includes(props.elementInfo.type))
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user