From 0ce983363bfd841275d7adb3d281f25340444459 Mon Sep 17 00:00:00 2001 From: Hum4n01d Date: Sun, 9 Apr 2017 23:05:56 -0700 Subject: [PATCH] Add information about dragging not working with Dev tools open --- docs/api/frameless-window.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/frameless-window.md b/docs/api/frameless-window.md index 3ef5cdc93e9e..8fbbae10f641 100644 --- a/docs/api/frameless-window.md +++ b/docs/api/frameless-window.md @@ -98,6 +98,8 @@ By default, the frameless window is non-draggable. Apps need to specify `-webkit-app-region: no-drag` to exclude the non-draggable area from the draggable region. Note that only rectangular shapes are currently supported. +Note: `-webkit-app-region: drag` is known to have problems while the developer tools are open. See this [Github issue](https://github.com/electron/electron/issues/3647) for more information including a workaround. + To make the whole window draggable, you can add `-webkit-app-region: drag` as `body`'s style: