Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
06cba092fb |
|
@ -565,8 +565,8 @@
|
|||
function(eventHandlers) { return eventHandlers; },
|
||||
function(view) {
|
||||
var clone = $(deepClone(domNode));
|
||||
clone.appendTo($(view.focus));
|
||||
view.focus = clone.get(0);
|
||||
$(clone).appendTo($(view.focus));
|
||||
view.focus = $(clone).get(0);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user