Browse Source

Update index.ts

Unnecessary codes removed
pull/5606/head
Amirmohammad 3 years ago
committed by GitHub
parent
commit
bf9b3ee79a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/trait_manager/index.ts

3
src/trait_manager/index.ts

@ -123,9 +123,6 @@ export default class TraitManager extends Module<TraitManagerConfig & { pStylePr
}
postRender() {
const { categories, config, em } = this;
const collection = this.traitsVisible;
this.view = new TraitsView({ collection, editor: em, config, categories }, []);
this.__appendTo();
}

Loading…
Cancel
Save