mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Remove console.log
This commit is contained in:
@@ -192,7 +192,6 @@ export default class BTextField<T extends keyof TextType>
|
||||
onPaste={this.props.onPaste
|
||||
? ((e: ClipboardEvent) => {
|
||||
if (!this.props.onPaste) return;
|
||||
console.log(e);
|
||||
const clipboard =
|
||||
e.clipboardData?.getData("text") || "";
|
||||
const v = this.props.onPaste(clipboard);
|
||||
|
||||
Reference in New Issue
Block a user