[FEAT] Updated packages, show sprite offset values in cells and preview, fixed modal position

This commit is contained in:
2025-11-17 00:47:23 +01:00
parent 6d4622e109
commit a5200a5cf0
5 changed files with 697 additions and 709 deletions

View File

@@ -4,7 +4,7 @@
v-if="isOpen"
ref="modalRef"
:style="{
position: isFullScreen ? 'fixed' : 'absolute',
position: 'fixed',
left: isFullScreen ? '0' : `${position.x}px`,
top: isFullScreen ? '0' : `${position.y}px`,
width: isFullScreen ? '100%' : `${size.width}px`,