fix: Firefox swallows mouse up when dragging to resize video
This commit is contained in:
@@ -44,7 +44,7 @@ const Image = (props: Props) => {
|
||||
maxWidth,
|
||||
naturalWidth,
|
||||
naturalHeight,
|
||||
gridWidth: documentBounds.width / 10,
|
||||
gridWidth: documentBounds.width / 20,
|
||||
onChangeSize,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user