mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
feat(wired-ui): expand advanced wired editors
This commit is contained in:
@@ -232,7 +232,9 @@ export const DraggableWindow: FC<DraggableWindowProps> = props => {
|
||||
...dragStyle,
|
||||
left: 0,
|
||||
top: 0,
|
||||
transform: `translate(${offset.x + delta.x}px, ${offset.y + delta.y}px)`,
|
||||
transform: `translate3d(${offset.x + delta.x}px, ${offset.y + delta.y}px, 0)`,
|
||||
willChange: isDragging ? 'transform' : undefined,
|
||||
backfaceVisibility: 'hidden',
|
||||
visibility: isPositioned ? 'visible' : 'hidden'
|
||||
}}
|
||||
onMouseDownCapture={onMouseDown}
|
||||
|
||||
Reference in New Issue
Block a user