mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
chore(ckeditor5-admonition): fix references: DocumentFragment -> ViewDocumentFragment
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { Editor, ModelElement, DocumentSelection, PositioningFunction } from 'ckeditor5';
|
||||
import type { Editor, ModelElement, ModelDocumentSelection, PositioningFunction } from 'ckeditor5';
|
||||
import { BalloonPanelView, CKEditorError } from 'ckeditor5';
|
||||
import type { KatexOptions, MathJax2, MathJax3 } from './typings-external.js';
|
||||
|
||||
export function getSelectedMathModelWidget(
|
||||
selection: DocumentSelection
|
||||
selection: ModelDocumentSelection
|
||||
): null | ModelElement {
|
||||
const selectedElement = selection.getSelectedElement();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user