1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +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 // Add it to the store
self.wiki.addTiddler(new $tw.Tiddler( self.wiki.addTiddler(new $tw.Tiddler(
self.wiki.getCreationFields(), self.wiki.getCreationFields(),
tiddlerFields,
self.wiki.getModificationFields(), self.wiki.getModificationFields(),
tiddlerFields,
{title: title} {title: title}
)); ));
// Add it to the story // Add it to the story