You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the API docs, view.find_by_class() returns a Region. It actually returns a point (int).
According to the same API doc page, window.show_quick_panel() takes a keyword argument called on_highlighted. Actually, the name of the keyword argument is on_highlight.
Environment
Build: 4074
The text was updated successfully, but these errors were encountered:
Description
Two errors in the API docs:
view.find_by_class()
returns aRegion
. It actually returns a point (int
).window.show_quick_panel()
takes a keyword argument calledon_highlighted
. Actually, the name of the keyword argument ison_highlight
.Environment
The text was updated successfully, but these errors were encountered: