Context item for quick tags component, 3.0.1
This commit is contained in:
@@ -624,7 +624,7 @@ angular.module('app')
|
|||||||
this.reloadComponentContext();
|
this.reloadComponentContext();
|
||||||
}
|
}
|
||||||
}, contextRequestHandler: (component) => {
|
}, contextRequestHandler: (component) => {
|
||||||
if(component == this.selectedEditor || this.componentStack.includes(component)) {
|
if(component == this.selectedEditor || component == this.tagsComponent || this.componentStack.includes(component)) {
|
||||||
return this.note;
|
return this.note;
|
||||||
}
|
}
|
||||||
}, focusHandler: (component, focused) => {
|
}, focusHandler: (component, focused) => {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user