config @esi_package/ckeditor5-mathlive panel back into buttom-right

This commit is contained in:
Sahatsawat Kanpai 2025-01-07 13:03:06 +07:00
parent 378f50552d
commit a402a54ebe

View File

@ -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();