You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swap order of `ctrl-w` and `ctrl-f4`
This allows `Ctrl-W` to appear in the system menu again until
the atom-shell issue with function keys is fixed.
Refs electron/electron#485Closesatom#3283
Be more defensive in ReactEditorView::activate
It is conceivable that a package could have a reference to a view
that is not within a pane.
Fixesatom#2853