typora-issues
typora-issues copied to clipboard
Cursor on MacOS does not respect NSTextInsertionPointBlinkPeriodOn/Off
OS version: MacOS 10.15.7 (Catalina) Typora version: 0.9.9.35.2 (4715)
Steps to reproduce:
- Set
defaults write -g NSTextInsertionPointBlinkPeriodOn -float 99999
anddefaults write -g NSTextInsertionPointBlinkPeriodOff -float 1
- This more or less disables the cursor blinking globally in all situations where a text cursor is used on MacOS by making it so the cursor "blinks" so slowly that it's not noticable.
- Quit/Reopen Typora to find the cursor continues to blink the same as before