Correction: rename bringToTop

This commit is contained in:
2025-10-15 22:39:07 +02:00
parent 68c01fc930
commit 2cf5b06da8
4 changed files with 17 additions and 13 deletions

View File

@@ -128,7 +128,7 @@ export class RdDRoll extends Dialog {
activateListeners(html) {
super.activateListeners(html);
this.html = html;
this.bringToTop();
this.bringToFront();
console.log('RdDRoll.activateListeners', this.rollData);