mznet / electron-nspanel

MIT License
3 stars 3 forks source link

blur event isn't worked properly #3

Open mznet opened 4 years ago

mznet commented 4 years ago
mznet commented 4 years ago

Refer : https://github.com/electron/electron/issues/23, BrowserWindow can't be inherit because of its complexity and its wrapper which made with C++. To implement blur event, should make its own blur event in the native wrapper.