Skip to content

Commit

Permalink
Complete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 5, 2024
1 parent 5f7e889 commit a4818b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/sidebar/tab-preview-tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ async function onTabSubstanceEnter(event) {
hasPreview &&
canRunScript &&
configs.tabPreviewTooltip &&
(async () => { // We just define a getter function for now, because further operations may contain
(async () => { // We just define a getter function for now, because further operations may contain async operations and we can call this at there for more optimization.
try {
return await browser.tabs.captureTab(event.target.tab.id);
}
Expand Down

0 comments on commit a4818b6

Please sign in to comment.