reposition to cursor

This commit is contained in:
Zsolt Viczian
2022-09-25 10:48:22 +02:00
parent 83f12a8fc5
commit ed316fc2c4

View File

@@ -46,4 +46,4 @@ for(i=0;i<el.text.length;i++) {
objectIDs.push(ea.addText(x,y,character));
}
ea.addToGroup(objectIDs);
ea.addElementsToView();
ea.addElementsToView(true);