We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfef27 commit 4a807b6Copy full SHA for 4a807b6
newIDE/app/src/InstancesEditor/InstancesAdder.js
@@ -59,6 +59,7 @@ export default class InstancesAdder {
59
pos: [number, number],
60
objectNames: Array<string>
61
): Array<gdInitialInstance> => {
62
+ this._zOrderFinder.reset();
63
this._instances.iterateOverInstances(this._zOrderFinder);
64
const zOrder = this._zOrderFinder.getHighestZOrder() + 1;
65
@@ -99,6 +100,7 @@ export default class InstancesAdder {
99
100
) => {
101
this.deleteTemporaryInstances();
102
103
104
105
106
0 commit comments