From 7d52ae16d526602e8a01c6bf8157396cb1c7afe8 Mon Sep 17 00:00:00 2001 From: "Sam X. Chen" Date: Thu, 15 Aug 2019 14:23:14 -0400 Subject: Bugfix: 2621 Summmernote is too wide on mobile screen --- client/components/main/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/main/editor.js') diff --git a/client/components/main/editor.js b/client/components/main/editor.js index 82bda0a3..91403086 100755 --- a/client/components/main/editor.js +++ b/client/components/main/editor.js @@ -180,7 +180,7 @@ Template.editor.onRendered(() => { fBtn.on('click', function() { const $this = $(this), isActive = $this.hasClass('active'); - $('.minicards').toggle(!isActive); // mini card is still showing when editor is in fullscreen mode, we hide here manually + $('.minicards,#header-quick-access').toggle(!isActive); // mini card is still showing when editor is in fullscreen mode, we hide here manually }); } }, -- cgit v1.2.3-1-g7c22