This commit is contained in:
@ -419,10 +419,6 @@ void StudioUI::drawTabs() noexcept {
|
|||||||
if (!openFile(m_navAction->path)) {
|
if (!openFile(m_navAction->path)) {
|
||||||
m_activeEditor->navigateTo(m_navAction->args);
|
m_activeEditor->navigateTo(m_navAction->args);
|
||||||
m_navAction.reset();
|
m_navAction.reset();
|
||||||
} else {
|
|
||||||
//auto const i = m_sctx.navIdx - 1;
|
|
||||||
//oxDebugf("deleting {}", m_sctx.navStack[i].filePath);
|
|
||||||
//std::ignore = m_sctx.navStack.erase(i);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user