forked from 0x2620/pandora
don't steal focus from input elements
This commit is contained in:
parent
5826504d0f
commit
b56fdeea72
1 changed files with 3 additions and 1 deletions
|
@ -412,7 +412,9 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
|
||||
updateSmallTimelineURL();
|
||||
ui.edits[ui.edit].view == 'grid' && enableDragAndDrop();
|
||||
that.gainFocus();
|
||||
if (!Ox.Focus.focusedElementIsInput()) {
|
||||
that.gainFocus();
|
||||
}
|
||||
}
|
||||
|
||||
function renderEdits() {
|
||||
|
|
Loading…
Reference in a new issue