Fixed error where searching for properties to insert while having other properties selected could prevent any insert from happening at all
This commit is contained in:
@@ -298,6 +298,9 @@
|
||||
meteor: {
|
||||
'$subscribe':{
|
||||
'searchLibraryNodes': [],
|
||||
'selectedLibraryNodes'(){
|
||||
return [this.selectedNodeIds];
|
||||
},
|
||||
},
|
||||
showPropertyHelp(){
|
||||
let user = Meteor.user();
|
||||
|
||||
Reference in New Issue
Block a user