[Edit] Final two actions now use finish()
This commit is contained in:
@@ -72,7 +72,7 @@ define(
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
return editorCapability.cancel();
|
||||
return editorCapability.finish();
|
||||
}
|
||||
|
||||
newModel.type = this.type.getKey();
|
||||
|
||||
Reference in New Issue
Block a user