fix: Capture drop events in clickable padding below editor (#3376)
* fix: Capture drop events in clickable padding below editor * fix: Inconsistency in drop handling
This commit is contained in:
@@ -66,7 +66,7 @@ function CollectionDescription({ collection }: Props) {
|
||||
throw err;
|
||||
}
|
||||
}, 1000),
|
||||
[]
|
||||
[collection, showToast, t]
|
||||
);
|
||||
|
||||
const handleChange = React.useCallback(
|
||||
@@ -111,7 +111,6 @@ function CollectionDescription({ collection }: Props) {
|
||||
maxLength={1000}
|
||||
embedsDisabled
|
||||
readOnlyWriteCheckboxes
|
||||
grow
|
||||
/>
|
||||
</React.Suspense>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user