Sublime Forum

Possible Bug in the API

#1

Calling view.window() from the view passed into an EventHandler method always returns None. As as workaround I have to call sublime.active_window() to get the current window instead.

0 Likes