Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf561186fb | |||
| 0afce741eb |
@@ -498,6 +498,8 @@ export const TerminalComponent = React.forwardRef<TerminalRef, TerminalProps>(
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
event.stopImmediatePropagation();
|
||||
event.stopPropagation();
|
||||
setCopyMenu({ x: event.clientX, y: event.clientY, text: selection });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user