Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d48370b

Browse files
committed
fix(plugins/plugin-client-common): captured screenshots can show hover effect
Fixes #4153
1 parent 0461710 commit d48370b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/src/components/Screenshot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default class Screenshot extends React.PureComponent<Props, State> {
7676
/** User has clicked on a region to be captured */
7777
private onClickScreenshotRegion(element: Element) {
7878
this.deactivate()
79-
setTimeout(() => this.captureRegion(element), 100)
79+
this.captureRegion(element)
8080
}
8181

8282
/**

0 commit comments

Comments
 (0)