forked from 0x2620/oxjs
various focus/selection fixes
This commit is contained in:
parent
a7a3f167c9
commit
ed4f7f0c2d
4 changed files with 15 additions and 9 deletions
|
|
@ -45,7 +45,6 @@ Ox.Focus = (function() {
|
|||
index > -1 && stack.splice(index, 1);
|
||||
stack.push(id);
|
||||
if (stack.length > 1) {
|
||||
Ox.print('...', Object.keys(Ox.UI.elements[stack[stack.length - 2]]))
|
||||
Ox.UI.elements[stack[stack.length - 2]]
|
||||
.removeClass('OxFocus')
|
||||
.triggerEvent('losefocus')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue