various changes+hover events
This commit is contained in:
parent
cfcab450e8
commit
343de1e74f
6 changed files with 78 additions and 10 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue