Fix conflict between ckeditor toolbar and userlist on small screens

This commit is contained in:
yflory
2017-06-29 17:51:30 +02:00
parent 7a87775372
commit 8279ef3130
6 changed files with 66 additions and 27 deletions

View File

@@ -515,7 +515,9 @@ define([
};
updateIcon();
$collapse.click(function () {
$existingButton.click();
$(window).trigger('resize');
$iframe.find('.cke_toolbox_main').toggle();
$(window).trigger('cryptpad-ck-toolbar');
updateIcon();
});
$rightside.append($collapse);