Poprawa tworzenia ramek z HTML

This commit is contained in:
2025-12-15 09:13:21 +01:00
parent 4319ffef03
commit a1d1a64aac
4 changed files with 37 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ Można użyć extends w innym miejscu (np tym razem w wydzielonym JS) żeby nadp
**Przykład**
```
class IdmRaypathHotspot extends IdmHotspot {
IdmHotspot = class extends IdmHotspot {
markupLabel(prod) {
// Standardowe labelki
let labelMarkup = super.markupLabel(prod);