Merge pull request #2387 from bugsounet/patch-1

No Text Select for Touch Screen use
This commit is contained in:
Michael Teeuw 2020-12-31 16:29:14 +01:00 committed by GitHub
commit a97d87bce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ _This release is scheduled to be released on 2021-01-01._
### Fixed ### Fixed
- No select Text for TouchScreen use
- JSON Parse translation files with comments crashing UI. (#2149) - JSON Parse translation files with comments crashing UI. (#2149)
- Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151) - Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151)
- Wrong node-ical version installed (package.json) requested version. (#2153) - Wrong node-ical version installed (package.json) requested version. (#2153)

View File

@ -2,6 +2,7 @@ html {
cursor: none; cursor: none;
overflow: hidden; overflow: hidden;
background: #000; background: #000;
user-select: none;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {