popup-page reload, an exception occurs. #700
-
Beta Was this translation helpful? Give feedback.
Answered by
pictos
Oct 20, 2022
Replies: 2 comments 3 replies
-
@JaehwanMango this intended by design, when the popup disappears, it get disposed is ready to be collected. So instead of reusing the Popup you should create a new one. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pictos
-
Closed as answered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JaehwanMango this intended by design, when the popup disappears, it get disposed is ready to be collected. So instead of reusing the Popup you should create a new one.