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
In InplaceInput, when ctrlSave prop is true, use the Cmd key on macOS.
Purpose
The Ctrl key on macOS is never used for this kind of actions. It could be better for the user experience to stay consistent with the behavior of other macOS applications.
The text was updated successfully, but these errors were encountered:
Proposition
In InplaceInput, when
ctrlSave
prop istrue
, use theCmd
key on macOS.Purpose
The
Ctrl
key on macOS is never used for this kind of actions. It could be better for the user experience to stay consistent with the behavior of other macOS applications.The text was updated successfully, but these errors were encountered: