Add todo to fix to SaveEditorAsSVG
This commit is contained in:
parent
2b7ff3a202
commit
b35fa92422
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export function SaveEditorAsSVG(): void {
|
||||||
svg.replaceChildren(...mainSvg);
|
svg.replaceChildren(...mainSvg);
|
||||||
|
|
||||||
// remove the selector
|
// remove the selector
|
||||||
|
// TODO: Fix this with SelectorMode != Nothing or with some html magic
|
||||||
const group = svg.children[svg.children.length - 1];
|
const group = svg.children[svg.children.length - 1];
|
||||||
group.removeChild(group.children[group.children.length - 1]);
|
group.removeChild(group.children[group.children.length - 1]);
|
||||||
if (SHOW_SELECTOR_TEXT) {
|
if (SHOW_SELECTOR_TEXT) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue