@@ -85,7 +85,7 @@
|
||||
|
||||
<!-- Tags -->
|
||||
<nm-button
|
||||
v-on:click.native="showTagSlideMenu = !showTagSlideMenu"
|
||||
v-on:click.native="showTagSlideMenu = !showTagSlideMenu; modified = true"
|
||||
icon="tags"
|
||||
text="Tags"
|
||||
tip="Tags"
|
||||
|
@@ -258,9 +258,7 @@
|
||||
}, 200)
|
||||
},
|
||||
removeTag(tagId){
|
||||
|
||||
console.log(tagId)
|
||||
|
||||
|
||||
let postData = {
|
||||
'tagId':tagId,
|
||||
'noteId':this.noteId
|
||||
|
@@ -32,7 +32,7 @@
|
||||
v-html="note.subtext"></div>
|
||||
|
||||
<!-- Display highlights from solr results -->
|
||||
<div v-if="note.note_highlights.length > 0 && textResults" class="term-usage">
|
||||
<div v-if="note.note_highlights.length > 0" class="term-usage">
|
||||
<div
|
||||
class="usage-row"
|
||||
v-for="highlight in note.note_highlights"
|
||||
|
Reference in New Issue
Block a user