How can I prevent reloading of a Reusable element on a new page?

When the user go to a new page, all items are reloaded. How can I prevent reloading of a Reusable element on a new page? All content needs to be reloaded, but the Reusable element does not because it is static.

1 Like

Hi Dmitr,
I have the same issue, did you find a solution?

I made a single page application to solve this problem. But I found out if the position (x/y) of the reusable element is the same on different pages, then it does not reload by default.