WIP lsp-manager effort 3

This commit is contained in:
2025-07-12 01:45:02 -05:00
parent f463970b6b
commit f8d9c3f31b
8 changed files with 179 additions and 82 deletions

View File

@@ -31,7 +31,7 @@ export class PaneHandleDirective {
!target.classList.contains("hr-pane-handle") &&
!target.classList.contains("vr-pane-handle")
) {
console.log("Must have 'hr-pane-handle' or 'vr-pane-handle' in classList!");
console.error("Must have 'hr-pane-handle' or 'vr-pane-handle' in classList!");
return;
}