mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Previously only the active editor session was prompting to save dirty buffers before closing. This caused the confirm dialog to not display when closing from a tab since the Editor.destroyEditSessionIndex is used there.