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 current user-selection is less than ideal from a UX perspective when double-clicking a property of a path in an OpenAPI spec rendering. Double-clicking the property name will select also the type or schema (doesn't seem to happen on required properties). Also, for object types, it expands when you click the property name - perhaps we should prevent the default action on text selection & only expand when you click the box around it (denoting the cursor as pointer when it's available). This will be smoother.
Bug description
The current user-selection is less than ideal from a UX perspective when double-clicking a property of a path in an OpenAPI spec rendering. Double-clicking the property name will select also the type or schema (doesn't seem to happen on required properties). Also, for
object
types, it expands when you click the property name - perhaps we should prevent the default action on text selection & only expand when you click the box around it (denoting the cursor as pointer when it's available). This will be smoother.How to reproduce
id
property name in the Body (it will selectinteger
as well)name
property name in the Body (it will only select name)tags
property name in the Body (it will selectarray
as well as expand the card)Additional context
N/A
The text was updated successfully, but these errors were encountered: