From f02c4d622081c16f2ff653d4c4e28d8692d4fa36 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 19 Jan 2018 05:58:17 -0800 Subject: [PATCH] close the overflow after sharing --- src/pages/stream/stream.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts index 2246135..6c51323 100644 --- a/src/pages/stream/stream.ts +++ b/src/pages/stream/stream.ts @@ -452,6 +452,7 @@ export class PostMenu { console.log('sharing failed:'); console.log(JSON.stringify(e)); }); + this.close(); } delete() {