Web App Modal: Hide resize handles in minimized state (#5841)
This commit is contained in:
parent
d21af3b5d7
commit
003c697526
@ -692,7 +692,7 @@ const WebAppModal: FC<OwnProps & StateProps> = ({
|
||||
isFullScreen && styles.fullScreen,
|
||||
)}
|
||||
dialogStyle={supportMultiTabMode ? draggableStyle : undefined}
|
||||
dialogContent={isDraggingEnabled ? renderResizeHandles() : undefined}
|
||||
dialogContent={isDraggingEnabled && !isMinimizedState ? renderResizeHandles() : undefined}
|
||||
isOpen={isOpen}
|
||||
isLowStackPriority
|
||||
onClose={handleModalClose}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user