From 6728d9291d45fe1ed167c43c6d2ec731f1867125 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Fri, 8 Jan 2016 10:56:51 +0000 Subject: [PATCH] Correct misleading sentence on progress for transparent click through --- docs/api/frameless-window.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/frameless-window.md b/docs/api/frameless-window.md index e70749f..f9afa55 100644 --- a/docs/api/frameless-window.md +++ b/docs/api/frameless-window.md @@ -38,8 +38,7 @@ var win = new BrowserWindow({ transparent: true, frame: false }); ### Limitations * You can not click through the transparent area. We are going to introduce an - API to set window shape to solve this, but currently blocked at an - [upstream bug](https://code.google.com/p/chromium/issues/detail?id=387234). + API to set window shape to solve this, see [our issue](https://github.com/atom/electron/issues/1335) for details. * Transparent windows are not resizable. Setting `resizable` to `true` may make a transparent window stop working on some platforms. * The `blur` filter only applies to the web page, so there is no way to apply -- 2.7.4