From a4890ed4a01b556ed89fbca30068016c00bbc658 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 21 Feb 2015 16:11:41 +0100 Subject: add TODO --- README.md | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.3.1