|
|
@ -14,6 +14,7 @@ import { |
|
|
|
extractPkFromRow, |
|
|
|
extractPkFromRow, |
|
|
|
extractSdkResponseErrorMsg, |
|
|
|
extractSdkResponseErrorMsg, |
|
|
|
isDrawerOrModalExist, |
|
|
|
isDrawerOrModalExist, |
|
|
|
|
|
|
|
isExpandedCellInputExist, |
|
|
|
isMac, |
|
|
|
isMac, |
|
|
|
isTypableInputColumn, |
|
|
|
isTypableInputColumn, |
|
|
|
message, |
|
|
|
message, |
|
|
@ -704,7 +705,7 @@ export function useMultiSelect( |
|
|
|
const clearSelectedRange = selectedRange.clear.bind(selectedRange) |
|
|
|
const clearSelectedRange = selectedRange.clear.bind(selectedRange) |
|
|
|
|
|
|
|
|
|
|
|
const handlePaste = async (e: ClipboardEvent) => { |
|
|
|
const handlePaste = async (e: ClipboardEvent) => { |
|
|
|
if (isDrawerOrModalExist()) { |
|
|
|
if (isDrawerOrModalExist() || isExpandedCellInputExist()) { |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|