fix signature canvas minimize

This commit is contained in:
Pete Matsyburka
2026-04-30 14:51:24 +03:00
parent bf6eed4ea2
commit 2dec099f20
3 changed files with 3 additions and 0 deletions
@@ -544,6 +544,7 @@ export default {
this.resizeObserver = new ResizeObserver(() => {
requestAnimationFrame(() => {
if (!this.$refs.canvas) return
if (!this.$refs.canvas.parentNode?.clientWidth) return
const { width, height } = this.$refs.canvas