Missing ref to scrolling variable
This commit is contained in:
parent
35a5387010
commit
16ec94856a
@ -19,7 +19,7 @@ export default function Component({ service }) {
|
||||
return undefined;
|
||||
}, [refreshTimer, widget?.refreshInterval]);
|
||||
|
||||
const scrollingDisableStyle = widget.scrolling
|
||||
const scrollingDisableStyle = widget?.allowScrolling
|
||||
? "pointer-events:none; overflow: hidden;"
|
||||
: "";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user