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.
2 parents 109f485 + 097d233 commit 9508810Copy full SHA for 9508810
assets/src/components/Digitizing.js
@@ -190,6 +190,7 @@ export default class Digitizing extends HTMLElement {
190
<button
191
type="button"
192
class="digitizing-selected-tool btn ${this.deactivate ? '' : 'active btn-primary'}"
193
+ value="${toolSelected}"
194
@click=${(event) => {this.toggleToolSelected(event)}}
195
>
196
<svg>
@@ -285,7 +286,7 @@ export default class Digitizing extends HTMLElement {
285
286
</button>
287
288
- class="digitizing-all btn"
289
+ class="digitizing-erase-all btn"
290
?disabled=${!mainLizmap.digitizing.featureDrawn}
291
@click=${() => this.eraseAll()}
292
data-bs-toggle="tooltip"
0 commit comments