From 1bb34246e89841633c5a4ffa85539559c59ba351 Mon Sep 17 00:00:00 2001 From: Tilman Frick Date: Thu, 20 Sep 2018 12:43:05 +0200 Subject: [PATCH] feat: add help button --- src/container/chrome/chrome-container.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/container/chrome/chrome-container.tsx b/src/container/chrome/chrome-container.tsx index b8193b512..b2234f3c4 100644 --- a/src/container/chrome/chrome-container.tsx +++ b/src/container/chrome/chrome-container.tsx @@ -60,6 +60,19 @@ export const ChromeContainer = MobxReact.inject('store')( {page.getName()}
+ { + props.store.getSender().send({ + type: MessageType.OpenExternalURL, + id: uuid.v4(), + payload: 'https://meetalva.io/doc/docs/start' + }); + }} + onDoubleClick={event => { + event.stopPropagation(); + }} + /> {