nodebb-plugin-composer-default 10.2.7 → 10.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-composer-default",
3
- "version": "10.2.7",
3
+ "version": "10.2.8",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -810,6 +810,7 @@ define('composer', [
810
810
  $('#content').css({ paddingBottom: 0 });
811
811
  $('html').removeClass('composing');
812
812
  app.toggleNavbar(true);
813
+ formatting.exitFullscreen();
813
814
  }
814
815
 
815
816
  composer.discard = function (post_uuid) {