Context item for quick tags component, 3.0.1

This commit is contained in:
Mo Bitar
2018-12-21 17:18:09 -06:00
parent 0935a95128
commit a9d962501b
2 changed files with 2 additions and 2 deletions

View File

@@ -624,7 +624,7 @@ angular.module('app')
this.reloadComponentContext();
}
}, contextRequestHandler: (component) => {
if(component == this.selectedEditor || this.componentStack.includes(component)) {
if(component == this.selectedEditor || component == this.tagsComponent || this.componentStack.includes(component)) {
return this.note;
}
}, focusHandler: (component, focused) => {

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.0",
"version": "3.0.1",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",