forked from retoor/devplacepy
chore: remove unused imghdr import and dead CSS rules, fix attachment uploader DOM structure, add space after icon spans in templates, and increase test stderr capture limit
This commit is contained in:
@@ -439,6 +439,8 @@ class Application {
|
||||
if (parent) {
|
||||
const actions = parent.querySelector(".comment-form-actions");
|
||||
if (actions) {
|
||||
actions.style.position = "relative";
|
||||
actions.appendChild(picker.wrapper);
|
||||
actions.insertBefore(btn, actions.firstChild);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user