mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
partially fix note locking
This commit is contained in:
@@ -464,6 +464,12 @@ export class DialogManager extends Component {
|
||||
colors={colors}
|
||||
note={item}
|
||||
perm={isPerm}
|
||||
reset={() => {
|
||||
this.setState({
|
||||
isPerm: false,
|
||||
shareAfterUnlock: false,
|
||||
});
|
||||
}}
|
||||
shareAfterUnlock={shareAfterUnlock}
|
||||
openedToUnlock={false}
|
||||
visible={vaultDialog}
|
||||
|
||||
Reference in New Issue
Block a user