Commit 4b92ca99 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fl-expandbutton-backport' into 'master'

Use v-if in the expand button for performance

See merge request gitlab-org/gitlab-ce!17394
parents 6fd4086b c8d8dffe
......@@ -39,7 +39,7 @@
@click="onClick">
...
</button>
<span v-show="!isCollapsed">
<span v-if="!isCollapsed">
<slot name="expanded"></slot>
</span>
</span>
......
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