{ if (modalHTML) fitPopup(modalHTML, element, contentPanel) if (element === 'movable' && !locked) { locked = true if (options.props.right !== '') { const rect = modalHTML.getBoundingClientRect() popupParams = { x: rect.left, y: rect.top, width: rect.width, height: rect.height } } checkSize() windowSize.width = $deviceInfo.docWidth windowSize.height = $deviceInfo.docHeight } }} on:keydown={handleKeydown} /> {#if overlay || drag}