Skip to content

Conversation

@reedy
Copy link
Contributor

@reedy reedy commented Jan 6, 2026

Attempts to fix #1971

@reedy
Copy link
Contributor Author

reedy commented Jan 6, 2026

Currently completely untested...

} catch (error) {
alert("Failed to paste processes. The clipboard data is not in the correct format.");
console.error("Error parsing clipboard data:", error);
}).catch((error) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This catch doesn't seem to fire (on the code as it existed before this PR) if readText() can't be used... annoying.

@TrystanLea
Copy link
Member

Thanks @reedy should I merge this now or does it need more work/testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

process list setup cut/copypaste doesn't work on HTTP

2 participants