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
I just noticed that when switching between tabs and then splitting into a new pane the current working directory is inherited from the previous tabs pane and not the pane that's focused after switching tabs. This is likely a because we're not updating the pty's active pane when switching between tabs. I will look into why this is happening later tonight and file a PR to fix it.
The text was updated successfully, but these errors were encountered:
fixeszellij-org#727
Inheriting the current working directory didn't work when switching
between tabs. This happened because the event to notify the pty of an
pane change was triggered when setting the active pane inside of the
current tab, but switching between tabs will only cause a re-render of
the newly selected tab and it's panes without setting the active pane.
This was fixed by moving the event to notify the pty of the pane change
into the tabs render method.
)
fixes#727
Inheriting the current working directory didn't work when switching
between tabs. This happened because the event to notify the pty of an
pane change was triggered when setting the active pane inside of the
current tab, but switching between tabs will only cause a re-render of
the newly selected tab and it's panes without setting the active pane.
This was fixed by moving the event to notify the pty of the pane change
into the tabs render method.
Co-authored-by: Jesse Tuchsen <not@disclosing>
I just noticed that when switching between tabs and then splitting into a new pane the current working directory is inherited from the previous tabs pane and not the pane that's focused after switching tabs. This is likely a because we're not updating the pty's active pane when switching between tabs. I will look into why this is happening later tonight and file a PR to fix it.
The text was updated successfully, but these errors were encountered: