From ad4750d062912bdf6b7547333a924d66b87ad377 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 8 Aug 2013 19:11:43 +0100 Subject: [PATCH] Don't sort the "tagging" tab of the tiddler info panel --- core/ui/TiddlerInfo.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/TiddlerInfo.tid b/core/ui/TiddlerInfo.tid index 692da8456..809d00bea 100644 --- a/core/ui/TiddlerInfo.tid +++ b/core/ui/TiddlerInfo.tid @@ -9,7 +9,7 @@ title: $:/core/ui/TiddlerInfo <$reveal type="match" state="$:/state/tiddlerDropDownTabSet" text="taggingTab" qualifyTiddlerTitles="yes"> -<$list filter="[is[current]tagging[]sort[title]]" itemClass="tw-menu-list-item" emptyMessage="No tiddlers are tagged with this one"/> +<$list filter="[is[current]tagging[]]" itemClass="tw-menu-list-item" emptyMessage="No tiddlers are tagged with this one"/> <$reveal type="match" state="$:/state/tiddlerDropDownTabSet" text="fieldsTab" qualifyTiddlerTitles="yes"> <$fieldgrid />