codemirror: show a cursor while drag-n-drop (#27592)

* add dropCursor

* add dropCursor
This commit is contained in:
ildar170975
2025-10-22 14:25:47 +03:00
committed by GitHub
parent 6abdfa6d5c
commit fa7aca67e5
2 changed files with 6 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ export class HaCodeEditor extends ReactiveElement {
this._loadedCodeMirror.crosshairCursor(),
this._loadedCodeMirror.highlightSelectionMatches(),
this._loadedCodeMirror.highlightActiveLine(),
this._loadedCodeMirror.dropCursor(),
this._loadedCodeMirror.indentationMarkers({
thickness: 0,
activeThickness: 1,