Add footnote classes
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
import { Run } from "file/paragraph";
|
||||
import { ContinuationSeperator } from "./continuation-seperator";
|
||||
|
||||
export class ContinuationSeperatorRun extends Run {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.root.push(new ContinuationSeperator());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user