We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb0fe3 commit c0f07b6Copy full SHA for c0f07b6
src/components/bottomPanel/tabs/terminal/BaseTerminal.vue
@@ -58,7 +58,6 @@ const tooltipText = computed(() => {
58
})
59
60
const handleCopy = async () => {
61
- const { terminal } = terminalData
62
63
const existingSelection = terminal.getSelection()
64
const shouldSelectAll = !existingSelection
0 commit comments