correct codeblock

This commit is contained in:
Zsolt Viczian
2021-12-12 13:53:40 +01:00
parent ca3394a2fc
commit 41cca8e68d

View File

@@ -172,7 +172,6 @@ ea.addElementsToView();
Split lines of text into separate text elements for easier reorganization
```javascript
*/
elements = ea.getViewSelectedElements().filter((el)=>el.type==="text");
elements.forEach((el)=>{
ea.style.strokeColor = el.strokeColor;