-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Adding Control-S save feature to item edit #842
Conversation
Signed-off-by: Brian Homeyer <[email protected]>
907abe4
to
337e0f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I must have botched the PR and committed local changes that aren't required. bundles/org.openhab.ui/web/src/pages/settings/items/item-edit.vue is the only file that would be changed here. I can resubmit if needed.
Yes, please make sure not to include files outside the scope of the PR. You can revert them with the suggestions here: https://stackoverflow.com/questions/215718/how-can-i-reset-or-revert-a-file-to-a-specific-revision |
Thank you. All fixed up now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Signed-off-by: Brian Homeyer <[email protected]>
Signed-off-by: Brian Homeyer <[email protected]>
Just adding the Cntl-S save feature to item edit so it's more in line with the rest of the GUI.