Browse Source
Update index.ts
Unnecessary codes removed
pull/5606/head
Amirmohammad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
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(); |
|
|
|
} |
|
|
|
|
|
|
|
|