mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417
This commit is contained in:
@@ -253,7 +253,6 @@ define('composer', [
|
||||
updateTitle(postData, postContainer);
|
||||
|
||||
activate(post_uuid);
|
||||
resize.reposition(postContainer);
|
||||
|
||||
if (config.allowFileUploads || config.hasImageUploadPlugin) {
|
||||
uploads.initialize(post_uuid);
|
||||
@@ -319,6 +318,7 @@ define('composer', [
|
||||
|
||||
formatting.addComposerButtons();
|
||||
focusElements(postContainer);
|
||||
resize.reposition(postContainer);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user