mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Prevent items from sticking on touchend.
This commit is contained in:
parent
084642eb0a
commit
2bbe21fb89
2 changed files with 6 additions and 5 deletions
|
@ -122,9 +122,9 @@ class TouchHandler {
|
|||
|
||||
if (distance > 75) {
|
||||
EntryHandler.toggleEntryStatus(this.touch.element);
|
||||
this.touch.element.style.opacity = 1;
|
||||
this.touch.element.style.transform = "none";
|
||||
}
|
||||
this.touch.element.style.opacity = 1;
|
||||
this.touch.element.style.transform = "none";
|
||||
}
|
||||
|
||||
this.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue