fix: import from clipboard no longer worked (#111)
This commit is contained in:
@@ -32,8 +32,6 @@ export const ClipboardButton = () => {
|
||||
const importFromClipboard = React.useCallback(() => {
|
||||
setError(undefined);
|
||||
|
||||
if (!shipSnapshot.loaded) return;
|
||||
|
||||
const textArea = textAreaRef.current;
|
||||
if (textArea === null) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user