mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
fix for starting new document from empty template
This commit is contained in:
parent
17db964b10
commit
81cd22e130
6 changed files with 640 additions and 639 deletions
|
@ -19,6 +19,7 @@ const {
|
|||
export default Ember.Component.extend(NotifierMixin, {
|
||||
localStorage: Ember.inject.service(),
|
||||
appMeta: Ember.inject.service(),
|
||||
templateService: Ember.inject.service('template'),
|
||||
canEditTemplate: "",
|
||||
importedDocuments: [],
|
||||
savedTemplates: [],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "1.52.1",
|
||||
"version": "1.52.2",
|
||||
"description": "The Document IDE",
|
||||
"private": true,
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue