Config: Optional classes previewClassName and popupClassName

This commit is contained in:
Tony Narlock
2021-04-16 17:14:30 -05:00
parent 8f651a9100
commit 0fb49a523e
6 changed files with 27 additions and 18 deletions

View File

@@ -34,5 +34,5 @@ function getCallbackFunctionForBlockAutoformat( editor, command ) {
command.display = true;
editor.plugins.get( 'MathUI' )._showUI();
}
};
}