mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix vault not open
This commit is contained in:
@@ -212,13 +212,15 @@ export class DialogManager extends Component {
|
||||
}
|
||||
case 'novault': {
|
||||
openVault(this.state.item, false);
|
||||
break;
|
||||
}
|
||||
case 'vaultlocked': {
|
||||
case 'locked': {
|
||||
openVault(this.state.item, true, true);
|
||||
break;
|
||||
}
|
||||
case 'unlock': {
|
||||
openVault(this.state.item, true, true, true, false, false);
|
||||
break;
|
||||
}
|
||||
case 'notebook': {
|
||||
this.showAddNotebook({item: this.state.item});
|
||||
|
||||
Reference in New Issue
Block a user