mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 15:08:21 +00:00
1.1.2
This commit is contained in:
@@ -274,11 +274,8 @@ export class Binding {
|
||||
{
|
||||
let d = await this._execute(this.target.ownerElement, data);
|
||||
|
||||
if (d === undefined)
|
||||
return false;
|
||||
|
||||
//if (d instanceof Promise)
|
||||
// d = await d;
|
||||
//if (d === undefined)
|
||||
// return false;
|
||||
|
||||
this.target.ownerElement.style.display = d ? "" : "none";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user