Add tests and simplify

This commit is contained in:
Dolan
2020-12-25 02:15:40 +00:00
parent b4cd3a319c
commit 5ec18d6e01
2 changed files with 125 additions and 6 deletions

View File

@ -16,12 +16,6 @@ export class Anchor extends XmlComponent {
super("wp:anchor");
const floating: IFloating = {
margins: {
top: 0,
bottom: 0,
left: 0,
right: 0,
},
allowOverlap: true,
behindDocument: false,
lockAnchor: false,