ProtonMail / WebClients

Monorepo hosting the proton web clients
GNU General Public License v3.0
4.36k stars 555 forks source link

Fixes #142 #150

Closed linuslagerhjelm closed 3 years ago

linuslagerhjelm commented 5 years ago

Short description of what this resolves:

When a user creates a new message and does not touch it, it should not be saved as an empty draft.

Changes proposed in this pull request:

Add a touched flag to determine if the user has been interacting with the message dialog.

-

Fixes #142