All release notes

v1.60.6

1 fix

Update click coordinate handling and improve cursor positioning in CardFullEditable

  • Changed reference for storing click coordinates from clientX/clientY to contentX/contentY for better accuracy in cursor placement.
  • Enhanced logic for setting cursor position when switching from view to edit mode, ensuring the cursor appears at the correct location based on user interaction.
  • Adjusted scroll handling to maintain the correct viewport during editing, improving the overall user experience.