1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00

Ensure that we don't overwrite the modified/modifier fields of imported tiddlers

Fixes #225
This commit is contained in:
Jermolene 2013-11-20 20:49:32 +00:00
parent db4f38c75b
commit cc9c6e4f42

View File

@ -364,8 +364,8 @@ NavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {
// Add it to the store
self.wiki.addTiddler(new $tw.Tiddler(
self.wiki.getCreationFields(),
tiddlerFields,
self.wiki.getModificationFields(),
tiddlerFields,
{title: title}
));
// Add it to the story