Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 64dc124

Browse files
committed
fixed remote sketches sorting
1 parent 38d372e commit 64dc124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-sketchbook-tree.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class CloudSketchbookTree extends SketchbookTree {
284284

285285
// same sync status, compare on modified time
286286
if (syncComparison === 0) {
287-
return (a.fileStat.mtime || 0) - (b.fileStat.mtime || 0);
287+
return (b.fileStat.mtime || 0) - (a.fileStat.mtime || 0);
288288
}
289289
return syncComparison;
290290
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /