|
|
|
@ -1460,7 +1460,7 @@ public abstract class JTemplate<T extends BaseBook, U extends BaseUndoState<?>>
|
|
|
|
|
if (editingFILE == null || editingFILE instanceof MemFILE) { |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
this.getTarget().export(TemplateResourceManager.getResource().saveTemplate(editingFILE)); |
|
|
|
|
export(); |
|
|
|
|
this.editingFILE = editingFILE; |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|