v1.1.1 released
Changed
- working about unit test code for raising coverage (#100)
- Fix web widget title bar style for click event in window OS (#101)
Notice
Bug fix about following
- Fix web widget title bar button is not actived in window OS
- Because Button's parenet has
-webkit-app-region: drag
style code. - So Add Button style that
-webkit-app-region: no-drag
.
- Because Button's parenet has