Skip to content

Commit

Permalink
follow-up fix (again) to #1224
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Sep 30, 2023
1 parent ecd5f9c commit 3e6957c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/viewer/src/viewmodels/find-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,9 @@ class FindBox {
this.fixHighlight();
return true;
} else {
selection.removeAllRanges();
return this.findText(text, backwards);
}
}
this.foundRange = null;
return false;
}

Expand Down

1 comment on commit 3e6957c

@vercel
Copy link

@vercel vercel bot commented on 3e6957c Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vivliostyle – ./

vivliostyle.vercel.app
vivliostyle-git-master-vivliostyle.vercel.app
vivliostyle-vivliostyle.vercel.app

Please sign in to comment.