Closed poweruser82 closed 7 years ago
In Dictionary.app of OS X 10.10.5 the emoji is underlined if you hover over it. This PR solve it.
(With defaults write com.apple.Dictionary WebKitDeveloperExtras -bool true it is possible to open a WebInspector in the app)
defaults write com.apple.Dictionary WebKitDeveloperExtras -bool true
Awesome tip about the web inspector.
Thanks for the pull!
Have also updated the 20170424 release to include this—thanks again! @poweruser82
In Dictionary.app of OS X 10.10.5 the emoji is underlined if you hover over it. This PR solve it.
(With
defaults write com.apple.Dictionary WebKitDeveloperExtras -bool true
it is possible to open a WebInspector in the app)