You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used copyFromContent function to copy a text.
But after paste text, return to page and click to anywhere, the page will scroll to Top.
This is what is used
public singleCopy(targetText) {
if (targetText) {
this.clipBoardService.copyFromContent(targetText);
}
}
I used copyFromContent function to copy a text.
But after paste text, return to page and click to anywhere, the page will scroll to Top.
This is what is used
Inview:
Chrome version: 79.0.3945.130
OS: macOS Mojave10.14.4
Does anyone have experience about this or know the way to solve this please help 🙇 ?
The text was updated successfully, but these errors were encountered: