mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
style(ckeditor5/codeblock): limit language selector height
This commit is contained in:
@@ -18,6 +18,7 @@ export default class CodeBlockToolbar extends Plugin {
|
||||
"|",
|
||||
"copyToClipboard"
|
||||
],
|
||||
balloonClassName: "ck-toolbar-container codeblock-language-list",
|
||||
getRelatedElement(selection) {
|
||||
const selectionPosition = selection.getFirstPosition();
|
||||
if (!selectionPosition) {
|
||||
|
||||
Reference in New Issue
Block a user