You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control's position is initialized to the bottom left corner, and the first time the control is dragged, it jumps from the top of the screen to the bottom. It was found that the initialization of "hardTop" did not take into account the position difference. Adding these two lines of code can solve the problem.
The text was updated successfully, but these errors were encountered:
The control's position is initialized to the bottom left corner, and the first time the control is dragged, it jumps from the top of the screen to the bottom. It was found that the initialization of "hardTop" did not take into account the position difference. Adding these two lines of code can solve the problem.
The text was updated successfully, but these errors were encountered: