mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix file/directory paste
This commit is contained in:
parent
dfa3ed637f
commit
71c95b5bbd
1 changed files with 1 additions and 2 deletions
|
|
@ -262,8 +262,7 @@ export default class Term extends React.PureComponent<TermProps> {
|
|||
if (processed) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
(this.term as any)._core.handler(processed);
|
||||
this.term.paste(processed);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue