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