mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Ensure that we don't overwrite the modified/modifier fields of imported tiddlers
Fixes #225
This commit is contained in:
parent
db4f38c75b
commit
cc9c6e4f42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user