Closed GerardasB closed 1 month ago
This PR fixes #1057 by setting the user-select property on a stage panel resize handle to avoid content selection when resizing the panel.
user-select
Additionally, -webkit-user-select property is added with each user-select to fix widget drag/resize issues in Safari.
-webkit-user-select
Tested manually in test-app.
@Mergifyio backport release/4.17.x
backport release/4.17.x
Changes
This PR fixes #1057 by setting the
user-select
property on a stage panel resize handle to avoid content selection when resizing the panel.Additionally,
-webkit-user-select
property is added with eachuser-select
to fix widget drag/resize issues in Safari.Testing
Tested manually in test-app.