Fix merge

This commit is contained in:
Anton Ignatov 2019-05-11 20:54:52 +02:00
parent e5b4adcc25
commit 65eff67926

View file

@ -227,13 +227,9 @@ var TinyMCE = (function() {
moveToolbar(editor, editorToolbar, editorToolbaroffset);
});
<<<<<<< HEAD
// Init image toolbar
initImageToolBar(editor);
=======
>>>>>>> master-with-note-section
// Update scroll position after exit
function updateScrollPosition() {
if (editorForm.offset().top < $(window).scrollTop()) {