config @esi_package/ckeditor5-mathlive panel back into buttom-right
This commit is contained in:
parent
378f50552d
commit
a402a54ebe
@ -159,8 +159,8 @@ ClassicEditor
|
||||
let panelView: MathlivePanelview | null = new MathlivePanelview();
|
||||
panelView.setTextForInsertButton( 'สอดแทรกเลย!' );
|
||||
panelView.setTextForPanelHeader( 'เครื่องมือคณิตศาสตร์' );
|
||||
panelView.setSpawnPanelOnLeft( true ); // default is false, set to true to spawn on the left
|
||||
panelView.setSpawnPanelOnTop( true ); // default is false, set to true to spawn on top
|
||||
panelView.setSpawnPanelOnLeft( false ); // default is false, set to true to spawn on the left
|
||||
panelView.setSpawnPanelOnTop( false ); // default is false, set to true to spawn on top
|
||||
panelView.mount( element );
|
||||
return () => {
|
||||
panelView?.destroy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user