Commit 29b396b4 authored by Phil Hughes's avatar Phil Hughes

added keep-alive to improve performance when switching between tabs

parent d14a06da
......@@ -87,9 +87,11 @@ export default {
</a>
</div>
<div class="multi-file-commit-panel-inner-scroll">
<keep-alive>
<component
:is="activityBarComponent"
/>
</keep-alive>
</div>
</template>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment