fix signature canvas minimize
This commit is contained in:
@@ -11,6 +11,7 @@ window.customElements.define('draw-signature', class extends HTMLElement {
|
||||
this.resizeObserver = new ResizeObserver(() => {
|
||||
requestAnimationFrame(() => {
|
||||
if (!this.canvas) return
|
||||
if (!this.canvas.parentNode?.clientWidth) return
|
||||
|
||||
const { width, height } = this.canvas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user