Palette should trigger file modification check on raise, too.
This commit is contained in:
parent
7cffe61ad6
commit
7adee220fb
2 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue