Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blm committed Dec 4, 2023
1 parent 59d4a5f commit 9fe63f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/verse-objects/AlignedWordsObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function AlignedWordsObject({
const handleOpen = (event) => {
setReadyToShow(false); // make sure cleared

if (!event.buttons) { // only show popup if buttons not depressed (i.e. not dragging)
if (!event.buttons) { // only show popup if buttons not depressed (i.e. not selection text)
setPopupPosition(event.currentTarget); // save the anchor element for positioning

delay(intervalBeforePopup).then(() => {
Expand Down

0 comments on commit 9fe63f7

Please sign in to comment.