mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
The disabled property actually prevented text selection, so it seems better to use CSS through the `readonly="readonly"` property. For this, swapped .prop() with .attr() since .prop() was setting it as `readonly=""`.