feat: cv2

This commit is contained in:
2026-01-09 14:42:33 +01:00
parent 82dd08f2a2
commit 4bc84b5399
17 changed files with 1178 additions and 633 deletions

View File

@@ -26,7 +26,7 @@ export class DelimWidget extends WidgetType {
toDOM() {
if (!this.element) {
this.element = document.createElement("span");
/*this.element = document.createElement("span");
this.element.innerHTML =
" ⇛" + (this.hasConcatenator ? "" : " ");
this.element.style.scale = "1.8";
@@ -41,7 +41,9 @@ export class DelimWidget extends WidgetType {
props: { action: 574, display: "keys", inText: true, ghost: true },
});
this.element.appendChild(button);
}
}*/
this.element = document.createElement("div");
this.element.style.breakAfter = "column";
}
return this.element;
}