Updates to fix errors for CC
This commit is contained in:
parent
3ccb7e63e1
commit
274c165357
22 changed files with 731 additions and 926 deletions
|
@ -2,7 +2,7 @@ import { Channel } from "./channel.js";
|
|||
import { Emoji } from "./emoji.js";
|
||||
import { Localuser } from "./localuser.js";
|
||||
|
||||
export {MarkDown};
|
||||
|
||||
class MarkDown{
|
||||
txt : string[];
|
||||
keep:boolean;
|
||||
|
@ -530,3 +530,4 @@ function getTextNodeAtPosition(root, index){
|
|||
position: index
|
||||
};
|
||||
}
|
||||
export {MarkDown};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue