From a1026fc31f76a45e615793e596bf85fb974dac40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=A0=95=EC=9D=80?= Date: Wed, 31 Jul 2019 11:46:11 +0900 Subject: [PATCH] Fix : hide resize icon with isReadOnly=true option (fix #359) (#363) --- src/js/view/template/week/time.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/view/template/week/time.hbs b/src/js/view/template/week/time.hbs index 39e0c895a..6635d4983 100644 --- a/src/js/view/template/week/time.hbs +++ b/src/js/view/template/week/time.hbs @@ -53,7 +53,7 @@ {{/if}};">{{{comingDuration-tmpl model}}} {{/if}} - {{#unless croppedEnd}}
 
{{/unless}} + {{#unless (or croppedEnd model.isReadOnly)}}
 
{{/unless}} {{/if ~}} {{/each}}