Palette should trigger file modification check on raise, too.

This commit is contained in:
Thomas Wilburn 2013-09-20 17:44:25 -07:00
parent 7cffe61ad6
commit 7adee220fb
2 changed files with 3 additions and 1 deletions

View file

@ -154,6 +154,8 @@ define([
if (this.commandMode) {
command.fire(current.command, current.argument);
status.toast("Executing: " + current.label + "...");
} else {
command.fire("session:check-file");
}
this.deactivate();
editor.focus();

View file

@ -1,7 +1,7 @@
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "0.0.37",
"version": "0.0.38",
"manifest_version": 2,
"icons": {
"128": "icon-128-2.png"