Anzeigen der neuesten Beiträge
0 Mitglieder und 32 Gäste betrachten dieses Thema.
The Beta channel has been updated to 109.0.5414.61 for Windows, Mac and Linux .A full list of changes in this build is available in the log.
var sel = ItemSelection().selectAll();const texts = sel.itemsFormat(mimeText);sel.sort(function(i,j){ return texts[i] < texts[j];});