Skip to content

Commit

Permalink
make quote optional
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Jul 17, 2024
1 parent df2fd28 commit b992276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content-scripts/content_script/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ export async function main(
}

if (
(quote.length === 0 || !selection) &&
(quote?.length === 0 || !selection) &&
window.location.href.includes('youtube.com')
) {
await inPageUI.showSidebar({
Expand Down

0 comments on commit b992276

Please sign in to comment.