mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 03:18:02 +00:00
Fix tm-new-tiddler overwriting creation fields of existing tiddlers
Fixes #3371
This commit is contained in:
@@ -498,9 +498,9 @@ NavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {
|
||||
},
|
||||
templateTiddler,
|
||||
additionalFields,
|
||||
this.wiki.getCreationFields(),
|
||||
existingTiddler,
|
||||
filteredAdditionalFields,
|
||||
this.wiki.getCreationFields(),
|
||||
{
|
||||
title: draftTitle,
|
||||
"draft.of": title,
|
||||
|
Reference in New Issue
Block a user