Release 2.0.27 (#4107)
This commit is contained in:
@@ -318,7 +318,7 @@ export default class KimaiTimesheetForm extends KimaiFormPlugin {
|
||||
this._applyDateToField(newBegin.plus({seconds: seconds}), null, this._endTime);
|
||||
} else if (begin === null && end !== null) {
|
||||
this._applyDateToField(end.minus({seconds: seconds}), this._beginDate, this._beginTime);
|
||||
} else if (begin !== null && seconds > 0) {
|
||||
} else if (begin !== null && seconds >= 0) {
|
||||
this._applyDateToField(begin.plus({seconds: seconds}), null, this._endTime);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,3 +13,5 @@
|
||||
--bs-gray-400: var(--tblr-border-color);
|
||||
--bs-gray-200: var(--tblr-gray-200);
|
||||
}
|
||||
|
||||
.fc-day-sat, .fc-day-sun { background-color: var(--tblr-bg-surface-secondary); }
|
||||
|
||||
Reference in New Issue
Block a user