Modify popper eventListeners (#211)

This commit is contained in:
Ilya Y 2023-09-07 10:25:02 +03:00 committed by GitHub
parent 4d055064fb
commit 5f40bb8465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,10 @@ export const FullArticle = (props: Props) => {
createPopper(element, tooltip, {
placement: 'top',
modifiers: [
{
name: 'eventListeners',
options: { scroll: false }
},
{
name: 'offset',
options: {