Changes to be committed:
modified: src/ltui/dialog.lua
modified: src/ltui/panel.lua
modified: src/ltui/textedit.lua
makes textedit selectable by mouse and grabs mouse events on dialogs
this prevents user selecting views in the background of the focused
dialog, causing errors.
Before adding new features and new modules, please go to issues to submit the relevant feature description first.
Write good commit messages and use the same coding conventions as the rest of the project.
Please commit code to dev branch and we will merge into master branch in feature
Ensure your edited codes with four spaces instead of TAB.
Changes to be committed: modified: src/ltui/dialog.lua modified: src/ltui/panel.lua modified: src/ltui/textedit.lua
makes textedit selectable by mouse and grabs mouse events on dialogs this prevents user selecting views in the background of the focused dialog, causing errors.