Skip to content

Commit

Permalink
Fix : hide resize icon with isReadOnly=true option (fix #359) (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Jul 31, 2019
1 parent 188b184 commit a1026fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/view/template/week/time.hbs
Expand Up @@ -53,7 +53,7 @@
{{/if}};">{{{comingDuration-tmpl model}}}</div>
{{/if}}
</div>
{{#unless croppedEnd}}<div class="{{CSS_PREFIX}}time-resize-handle handle-x" style="margin-left: {{@root.styles.paddingLeft}};">&nbsp;</div>{{/unless}}
{{#unless (or croppedEnd model.isReadOnly)}}<div class="{{CSS_PREFIX}}time-resize-handle handle-x" style="margin-left: {{@root.styles.paddingLeft}};">&nbsp;</div>{{/unless}}
</div>
{{/if ~}}
{{/each}}
Expand Down

0 comments on commit a1026fc

Please sign in to comment.