@@ -641,7 +641,7 @@ const handleFullscreenChange = () => {
nextTick(() => {
setTimeout(() => {
calculateScale()
- }, 0)
+ }, 500)
})
}