Closed SkirmantasGeeks closed 5 years ago
Using a code snippet of:
Button("Save") .OnClick(x => { x.CSharp("//code"); x.CloseModal(); });
Causes the page to scroll-up to the top after closing the modal. However, this only happens the first time after the main page is loaded. After that, the y position on the main page persists after subsequent clicks of the button inside that pop-up.
I assume it is fixed
Using a code snippet of:
Button("Save") .OnClick(x => { x.CSharp("//code"); x.CloseModal(); });
Causes the page to scroll-up to the top after closing the modal. However, this only happens the first time after the main page is loaded. After that, the y position on the main page persists after subsequent clicks of the button inside that pop-up.