viewer: fix for tagdayid

pull/175/head
Varun Patil 2022-11-06 00:40:57 -07:00
parent 3e854719ed
commit 8341f6fd06
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,8 @@ export default class Viewer extends Mixins(GlobalMixin) {
for (const r of rows) {
if (r.type === IRowType.HEAD) {
if (this.TagDayIDValueSet.has(r.dayId)) continue;
if (r.day.dayid == anchorPhoto.d.dayid) {
startIndex = r.day.detail.findIndex(
(p) => p.fileid === anchorPhoto.fileid