chore: stop scrolling when wheeling in chat page
This commit is contained in:
@@ -32,7 +32,6 @@ const ToolsBar: React.FC<ToolsBarProps> = (props) => {
|
||||
disabled,
|
||||
loading,
|
||||
lineWidth,
|
||||
uploadButton,
|
||||
invertMask,
|
||||
handleBrushSizeChange,
|
||||
undo,
|
||||
@@ -94,7 +93,6 @@ const ToolsBar: React.FC<ToolsBarProps> = (props) => {
|
||||
<ClearOutlined className="font-size-14" />
|
||||
</Button>
|
||||
</Tooltip>
|
||||
{uploadButton}
|
||||
<UploadImg
|
||||
disabled={loading || invertMask}
|
||||
handleUpdateImgList={handleUpdateImageList}
|
||||
|
||||
Reference in New Issue
Block a user