mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
Currently when a user does not have the permission to edit the topic/content of a message, the edit UI/view source UI correctly shows a greyed out topic/message-content input field, however these fields incorrectly have a click behavior, so to fix this we now would want to use `disabled` prop instead of `readonly` attribute as `readonly` controls can still function and are still focusable whereas disabled controls can not receive focus and are unclickable. Fixes #22565.
45 KiB
45 KiB