mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-26 08:41:31 +00:00
Fix merging error
This commit is contained in:
@@ -135,6 +135,7 @@ function Syncer(options) {
|
||||
if(self.syncadaptor && self.syncadaptor.executeJob) {
|
||||
self.syncadaptor.executeJob(event);
|
||||
}
|
||||
});
|
||||
$tw.rootWidget.addEventListener("tm-copy-syncer-logs-to-clipboard",function() {
|
||||
$tw.utils.copyToClipboard($tw.utils.getSystemInfo() + "\n\nLog:\n" + self.logger.getBuffer());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user