fix: prevent selection clicking outside the table (#14007)
Fixed issue #13869 Added flag to prevent selection of content inside ScrollWrapper based on value of preventTextSelection flag this will prevent selection of its all child. For to select title and description I added custom css for that to allow selection for title and description. Demo : https://github.com/user-attachments/assets/d10a7e5f-6498-4f8d-9aa2-26f48559ce23 --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
+2
@@ -30,6 +30,8 @@ const StyledNameLabel = styled.div`
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
user-select: none;
|
||||
`;
|
||||
|
||||
type SettingsRolePermissionsObjectLevelObjectFieldPermissionTableRowProps = {
|
||||
|
||||
Reference in New Issue
Block a user