minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-30 20:12:00 +03:00
parent c9f30c2234
commit 20f78d1393

View File

@ -114,7 +114,7 @@ Items.last = function(){
// Focus last created item...
Items.focus = function(){
this.last().current = true }
this.last().focused = true }