Sublime Forum

ViewEventListener.on_post_move not called for new window

#1

(build 4121)
When dragging a tab outside of the current window, thus creating a new window, ViewEventListener.on_post_move is not called, while ViewEventListener.on_pre_move is: is this a bug or a feature?

0 Likes

#2

It states in the docs

so you need to move your tab between 2 existing windows for the event to trigger I believe. So I guess on_pre_move should not have triggered just like on_post_move

0 Likes