kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Ensure that we don't overwrite the modified/modifier fields of imported tiddlers
Fixes #225print-window-tiddler
rodzic
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
|
||||
|
|
Ładowanie…
Reference in New Issue