|
|
|
@ -120,7 +120,6 @@ export abstract class Component {
|
|
|
|
// TODO: [A]
|
|
|
|
// TODO: [A]
|
|
|
|
// TODO: [D]
|
|
|
|
// TODO: [D]
|
|
|
|
console.log('notifyMounted called on a component', this)
|
|
|
|
console.log('notifyMounted called on a component', this)
|
|
|
|
debugger;
|
|
|
|
|
|
|
|
for ( const vaoName in this.rerenderVAOs_ ) {
|
|
|
|
for ( const vaoName in this.rerenderVAOs_ ) {
|
|
|
|
this.rerenderSubscriptions_.push(
|
|
|
|
this.rerenderSubscriptions_.push(
|
|
|
|
this.vaos_[vaoName].sub('change', () => {
|
|
|
|
this.vaos_[vaoName].sub('change', () => {
|
|
|
|
|