refactor: remove tags component from view

This commit is contained in:
Antonella Sgarlatta
2021-05-26 18:56:56 -03:00
parent e5c8a8cccc
commit 68bbcc6820
2 changed files with 0 additions and 33 deletions

View File

@@ -42,12 +42,6 @@
spellcheck='false'
)
.editor-tags
#note-tags-component-container(ng-if='self.state.tagsComponent && !self.note.errorDecrypting')
component-view.component-view(
component-uuid='self.state.tagsComponent.uuid',
ng-style="self.notesLocked && {'pointer-events' : 'none'}",
application='self.application'
)
note-tags(
application='self.application'
app-state='self.appState'