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 a334f66 commit ce77dc4Copy full SHA for ce77dc4
src/components/ComponentDisplay.vue
@@ -437,7 +437,7 @@ export default {
437
z: this.activeComponentData.z,
438
};
439
if (e.target.innerText === "+") payload.z++;
440
- if (e.target.innerText === "-" && payload.z > 0) payload.z--;
+ if (e.target.innerText === "–" && payload.z > 0) payload.z--;
441
this.updateComponentLayer(payload);
442
},
443
// if user clicks on display grid, resets active component to ''
0 commit comments