mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08: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) {
|
if (processed) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
this.term.paste(processed);
|
||||||
(this.term as any)._core.handler(processed);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue