Skip to content
New issue

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

UI/App - Allow text selection of non-inputs in app mode #1593

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

one-lithe-rune
Copy link
Contributor

Motivation

Running in app mode, you can't select any text that isn't part of an input control. This makes parameter info on the output gallery a lot less useful since you can't copy and paste it. This is different from how things work in web mode.

Changes

  • When defining the webview window for App mode, set it up to allow text selection, as disallowing it is the default.

* When run in app mode on windows, allows selection of text from
non-input controls, which is the same behaviour as web mode.
@powderluv powderluv merged commit eaa49cc into nod-ai:main Jun 26, 2023
3 of 6 checks passed
@one-lithe-rune one-lithe-rune deleted the app_allow_textselect branch July 5, 2023 19:19
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.

2 participants