close the overflow after sharing
This commit is contained in:
parent
5a016ea197
commit
f02c4d6220
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ export class PostMenu {
|
||||||
console.log('sharing failed:');
|
console.log('sharing failed:');
|
||||||
console.log(JSON.stringify(e));
|
console.log(JSON.stringify(e));
|
||||||
});
|
});
|
||||||
|
this.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
delete() {
|
delete() {
|
||||||
|
|
Reference in a new issue