- Fix: Extension with no placement to be added to end;
for #326 (@sjernigan)
This commit is contained in:
2
dist/index-es.js
vendored
2
dist/index-es.js
vendored
@@ -32151,7 +32151,7 @@ editor.init = function () {
|
||||
if ($$b(parent).children().eq(btn.position).length) {
|
||||
$$b(parent).children().eq(btn.position).before(button);
|
||||
} else {
|
||||
$$b(parent).children().last().before(button);
|
||||
$$b(parent).children().last().after(button);
|
||||
}
|
||||
} else {
|
||||
button.appendTo(parent);
|
||||
|
||||
2
dist/index-es.min.js
vendored
2
dist/index-es.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-es.min.js.map
vendored
2
dist/index-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.js
vendored
2
dist/index-umd.js
vendored
@@ -32157,7 +32157,7 @@
|
||||
if ($$b(parent).children().eq(btn.position).length) {
|
||||
$$b(parent).children().eq(btn.position).before(button);
|
||||
} else {
|
||||
$$b(parent).children().last().before(button);
|
||||
$$b(parent).children().last().after(button);
|
||||
}
|
||||
} else {
|
||||
button.appendTo(parent);
|
||||
|
||||
2
dist/index-umd.min.js
vendored
2
dist/index-umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.min.js.map
vendored
2
dist/index-umd.min.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user