Reopen Publisher after changing Aspect selection if there is unsent text in the Publisher.
This commit is contained in:
parent
2b22e1dab5
commit
2d7a2c7e29
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