biotope-element icon indicating copy to clipboard operation
biotope-element copied to clipboard

split attributeChangedCallback in two functions

Open timomayer opened this issue 5 years ago • 1 comments

i liked @vascocosta-vi suggestion to split up

  attributeChangedCallback(name, previous, current) {
    super.attributeChangedCallback(name, previous, current);
    console.log('third', name);
  }

into two functions suggestion attributeBeforeChangeCallback attributeChangedCallback

@tiagomapmarques @SheepFromHeaven ?

timomayer avatar Nov 27 '19 21:11 timomayer