GrimoireGL / GrimoireJS

A WebGL framework for Web development.
https://grimoire.gl
MIT License
350 stars 24 forks source link

GomlNode#isActive won't be true when re-enabled the node. #447

Closed kyasbal closed 7 years ago

kyasbal commented 7 years ago

https://github.com/GrimoireGL/GrimoireJS/blob/master/src/Components/GrimoireComponent.ts#L32

The attribute watcher of 'enabled' won't be fired when the node is disabled.

moajo commented 7 years ago

fixed.