Bug Fix: Crash in All Comments & All Smart Text Dialogs
What broke?
The app could crash when clicking around in the All Comments or All Smart Text dialogs. The Paste button was working too hard—every time you selected something, it tried to fully read and understand everything on your clipboard just to decide if it should be clickable or not.
What we fixed:
Now the Paste button just peeks at the clipboard to see if something's there, instead of trying to read the whole thing. We also added better safety nets so if something goes wrong with the clipboard, the app handles it gracefully instead of crashing.
Bug Fix: Missing PHP Code Syntax
What broke?
While updating our software tools, we discovered two spots where our code was missing some required punctuation (like forgetting commas in a sentence). It seemed to work anyway, but it might have been causing some of those random crashes users see when previewing reports.
What we fixed:
Added the missing syntax so the code follows proper PHP rules. This should make report previews more stable and reliable.
