Sublime Forum

NSDragAndDropTextDelay

#1

Is there setting to revert to the previous behavior regarding NSDragAndDropTextDelay with Build 4121?

“Mac: Tweaked text drag-drop behavior to respect NSDragAndDropTextDelay”

This makes it much more difficult to drag and drop text, slowing down productivity.

Thanks!

0 Likes

#2

You can set the NSDragAndDropTextDelay per-application on macOS, or globally. You can disable the delay by running the following in a terminal:

defaults write com.sublimetext.4 NSDragAndDropTextDelay 0
1 Like

#3

Thank you!

0 Likes