Update Lighten background color.md

This commit is contained in:
zsviczian
2022-09-13 10:47:21 +02:00
committed by GitHub
parent b5710033bc
commit f670e3db9d

View File

@@ -38,7 +38,7 @@ const step = settings["Step size"].value;
const elements = ea
.getViewSelectedElements()
.filter((el) =>
["rectangle", "ellipse", "diamond", "image", "line", "freehand"].includes(el.type)
["rectangle", "ellipse", "diamond", "image", "line", "freedraw"].includes(el.type)
);
ea.copyViewElementsToEAforEditing(elements);
for (const el of ea.getElements()) {