This commit is contained in:
2025-12-02 01:54:59 +02:00
parent c5ca4162a3
commit 2c998d7ba8
33 changed files with 419 additions and 446 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export class Cancelable {
target.dxData('cancelable', this);
this.iconHandler = El('i', { class: 'icon-right icon-clear hide' });
this.iconHandler = El('i', { className: 'icon-right icon-clear hide' });
let elType = target.tagName.toLowerCase();