From d5a602d267ab6c1e00d9b079eeee715d952faa47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 13 Jul 2020 01:26:57 +0200 Subject: Add drag-handles to events. --- module/output/html.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/output/html.scm') diff --git a/module/output/html.scm b/module/output/html.scm index e3a247d4..7485374f 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -244,7 +244,8 @@ ,(when (prop ev 'LOCATION) `(span (@ (class "location")) ,(string-map (lambda (c) (if (char=? c #\,) #\newline c)) - (prop ev 'LOCATION))))) + (prop ev 'LOCATION)))) + (div (@ (class "drag-handle")))) ,(popup ev popup-id))))) ;; Format single event for graphical display -- cgit v1.2.3