This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix entities losing transitions after being dragged
master
Fen Dweller
6 years ago
parent
164501a79b
commit
14f0a09340
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
macrovision.js
+ 1
- 0
macrovision.js
View File
@@ -621,6 +621,7 @@ function clickUp(e) {
clearTimeout(clickTimeout);
clearTimeout(clickTimeout);
if (clicked) {
if (clicked) {
clicked.classList.remove("no-transition");
if (dragging) {
if (dragging) {
dragging = false;
dragging = false;
Write
Preview
Loading…
Cancel
Save