mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
partial revert of 659d0f68cb, #2417
This commit is contained in:
@@ -253,6 +253,7 @@ define('composer', [
|
|||||||
updateTitle(postData, postContainer);
|
updateTitle(postData, postContainer);
|
||||||
|
|
||||||
activate(post_uuid);
|
activate(post_uuid);
|
||||||
|
resize.reposition(postContainer);
|
||||||
|
|
||||||
if (config.allowFileUploads || config.hasImageUploadPlugin) {
|
if (config.allowFileUploads || config.hasImageUploadPlugin) {
|
||||||
uploads.initialize(post_uuid);
|
uploads.initialize(post_uuid);
|
||||||
@@ -318,7 +319,6 @@ define('composer', [
|
|||||||
|
|
||||||
formatting.addComposerButtons();
|
formatting.addComposerButtons();
|
||||||
focusElements(postContainer);
|
focusElements(postContainer);
|
||||||
resize.reposition(postContainer);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user