Fix copy & paste is not possible from desktop app start (#5559)

- Fixes the inability to copy & paste from server start terminal
- Allows users to copy & paste error messages into e.g. google, support issues
This commit is contained in:
filtered
2025-09-15 05:59:44 +10:00
committed by GitHub
parent 6e2d86520b
commit 6017fc43a6

View File

@@ -100,10 +100,3 @@ onMounted(async () => {
electronVersion.value = await electron.getElectronVersion()
})
</script>
<style scoped>
:deep(.xterm-helper-textarea) {
/* Hide this as it moves all over when uv is running */
display: none;
}
</style>