Skip to content

Commit

Permalink
fix:monthview content missing while draging all-day schedule(fix nhn#673
Browse files Browse the repository at this point in the history
  • Loading branch information
lhysdl authored Jul 27, 2020
1 parent 4b7bdca commit c9bc4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/handler/month/moveGuide.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{#unless model.isAllDay}}
<span class="{{CSS_PREFIX}}weekday-schedule-bullet {{CSS_PREFIX}}weekday-schedule-bullet-focused" style="top: {{styles.scheduleBulletTop}}px;"></span>
{{/unless}}
<div class="{{CSS_PREFIX}}month-move-guide {{CSS_PREFIX}}weekday-schedule-title {{#unless model.isAllDay}}{{CSS_PREFIX}}weekday-schedule-title-focused"{{/unless}}>
<div class="{{CSS_PREFIX}}month-move-guide {{CSS_PREFIX}}weekday-schedule-title {{#unless model.isAllDay}}{{CSS_PREFIX}}weekday-schedule-title-focused{{/unless}}">
{{#if model.isAllDay}}
{{{allday-tmpl model}}}
{{else}}
Expand Down

0 comments on commit c9bc4a7

Please sign in to comment.