linux has similar behavior with Windows

This commit is contained in:
Xen 2020-05-17 14:18:58 +08:00
parent 5f36f0d88e
commit 853d30a2ce
1 changed files with 2 additions and 2 deletions

View File

@ -266,8 +266,8 @@ document.onkeydown = function (e) {
}
};
// For drag region which nav-area is, the behavior is different between Mac and Windows:
// On Windows a drag region is take a system title bar, and all event is captured by
// For drag region which nav-area is, the behavior is different between Mac and Windows/Debian:
// On Windows/Debian a drag region is take a system title bar, and all event is captured by
// system, app can't get any click or mouse event. At the same time, double click event
// will resize app window by system, no need for app to implement such function.
// On Mac, a drag region has no much different except supporting drag action. App can