From 02d3620d93f8e4a8cf9d657d0fedbe63dc3cdf95 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 12 Nov 2013 22:03:20 +0000 Subject: [PATCH] Update the tiddler info panel to use the new tw-popup class This fixes the problem with the inability to click on items within the tiddler info panel (including the static URL) --- core/ui/ViewTemplate/title.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/ViewTemplate/title.tid b/core/ui/ViewTemplate/title.tid index 02c0d1226..32d9738e1 100644 --- a/core/ui/ViewTemplate/title.tid +++ b/core/ui/ViewTemplate/title.tid @@ -8,7 +8,7 @@ fill:$(foregroundColor)$; <$setvariable name="foregroundColor" value={{!!color}}>>><$transclude tiddler={{!!icon}}/> <$view field="title"/> -<$reveal type="nomatch" text="" default="" state=<> class="tw-tiddler-info" animate="yes"> +<$reveal type="nomatch" text="" default="" state=<> class="tw-tiddler-info tw-popup" animate="yes"> <$transclude tiddler="$:/core/ui/TiddlerInfo"/>