Saturday, October 26, 2024
2 changes · master
Resolved issues and error corrections
Clicking into template-based text areas no longer automatically highlights the default text. This makes editing marketing, helpdesk, and website content feel more predictable and helps prevent accidental replacement of template text.
Original PR description
*: marketing_automation, website_helpdesk This commit removes the default behavior of automatically selecting text when clicking on an element that contains pre-defined text originating from templates. Previously, when interacting with such elements, the default template text would be highlighted upon click, which could lead to unintended user experiences, especially in scenarios where the user does not expect or desire the selection of content by default. By eliminating this automatic selection, we ensure a more intuitive and streamlined interaction, giving users greater control over their text editing process when working with elements populated from templates. task-4147162
When users duplicate a spreadsheet list or pivot, the new item name now clearly includes “(copy)”. This helps users distinguish originals from duplicates and reduces confusion when managing spreadsheet data.
Original PR description
## Description This commit appends "(copy)" to the name when a list or pivot is duplicated. Task: 4269121