summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.