lib/savio/InputBox.rb in savio-0.1.7 vs lib/savio/InputBox.rb in savio-0.1.8
- old
+ new
@@ -109,9 +109,10 @@
@@tabIndex = i
deselect()
@@inputBoxs[i].select()
end
if @selected
+ deselect()
@@tabIndex = 0
end
end
end