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
Instead of having both _add_tool_cbk (the main callback that handles
addition of new tools) and _add_tool (which does the same but for
pre-existing tools), we can just always use _add_tool_cbk, sending
synthetic tool_added_events for the initialization step).
Also move _tool_trigger_cbk down, next to _set_cursor_cbk, with which it
is semantically associated.
0 commit comments