summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-02-21 16:11:41 +0100
committerGubolin <gubolin@fantasymail.de>2015-02-21 16:11:41 +0100
commita4890ed4a01b556ed89fbca30068016c00bbc658 (patch)
treed706aafa521cf00331c7e479321dab0545291edc
parent17dd0cdcf84ab355283d3bfcd9412a30d04e585e (diff)
downloadsnap-wiki-a4890ed4a01b556ed89fbca30068016c00bbc658.tar.gz
snap-wiki-a4890ed4a01b556ed89fbca30068016c00bbc658.zip
add TODO
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 355597f..03a123a 100644
--- a/README.md
+++ b/README.md
@@ -65,3 +65,4 @@ div.style.left = area.left() + 'px';
div.style.top = area.top() + 'px';
optionalCustomRefreshFunction();
```
+Todo: There is an issue when a sprite is moved/dragged. The overlaying div then moves to the wrong position.