Image Editor redesign

This commit is contained in:
NGPixel
2016-11-28 22:03:18 -05:00
parent 607ecf61cf
commit a04bed7c89
11 changed files with 133 additions and 148 deletions

View File

@@ -82,10 +82,10 @@ if($('#mk-editor').length === 1) {
{
name: "link",
action: (editor) => {
if(!mdeModalOpenState) {
/*if(!mdeModalOpenState) {
mdeModalOpenState = true;
$('#modal-editor-link').slideToggle();
}
}*/
},
className: "fa fa-link",
title: "Insert Link",