Merge pull request #2135 from Pistos/issue-2102-post-buttons-disappear
Reopen Publisher after changing Aspect selection if there is unsent text
This commit is contained in:
commit
d226c32f75
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
self.globalPublish("stream/reloaded");
|
self.globalPublish("stream/reloaded");
|
||||||
|
if( post !== "" ) {
|
||||||
|
Publisher.open();
|
||||||
|
}
|
||||||
self.fadeIn();
|
self.fadeIn();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue