mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
2814a0bc70
Summary: A notification now appears at the bottom of the window when the user performs an action that can be undone Test Plan: Tested manually Reviewers: bengotow Reviewed By: bengotow Subscribers: mg Differential Revision: https://phab.nylas.com/D1820
13 lines
No EOL
217 B
JSON
13 lines
No EOL
217 B
JSON
{
|
|
"name": "undo-redo",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Undo modal button",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
} |