mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(icons): remove private attribute to prevent transpilation error
Related: #547
This commit is contained in:
@ -60,9 +60,6 @@ export class Icon {
|
||||
this.update();
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
get isActive() {
|
||||
return (this._isActive === undefined || this._isActive === true || this._isActive === 'true');
|
||||
}
|
||||
|
Reference in New Issue
Block a user