We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copy paste / keyboard shortcuts from the webpage weren't working. not sure if bug or not intended.
The text was updated successfully, but these errors were encountered:
It seems to be a bug, also it seems to be related to "back" not working when doing a screen share, since it gives an error
[17927:0719/115117:INFO:CONSOLE(53)] "Uncaught TypeError: Cannot read property 'replaceChild' of null", source: file:///private/tmp/screencat/index.js (53)
Which is because: var el = app.ui.buttons.paste resolves to undefined
var el = app.ui.buttons.paste
Sorry, something went wrong.
No branches or pull requests
copy paste / keyboard shortcuts from the webpage weren't working. not sure if bug or not intended.
The text was updated successfully, but these errors were encountered: