various changes+hover events

This commit is contained in:
MathMan05 2024-11-25 13:11:44 -06:00
parent cfcab450e8
commit 343de1e74f
6 changed files with 78 additions and 10 deletions

View file

@ -1724,6 +1724,7 @@ class Localuser{
const typebox = document.getElementById("typebox") as CustomHTMLDivElement;
this.typeMd=typebox.markdown;
this.typeMd.owner=this;
this.typeMd.onUpdate=this.search.bind(this);
}
MDReplace(replacewith:string,original:string){