mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user