Commit 61d3e253 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Revert if \> show fix

parent e7147cb0
......@@ -54,8 +54,8 @@ export default RepoBinaryViewer;
</script>
<template>
<div id="binary-viewer" v-show="binary && !activeFile.raw">
<div id="binary-viewer" v-if="binary && !activeFile.raw">
<img v-show="binaryTypes.png && binaryLoaded" @error="errored" @load="loaded" :src="pngBlobWithDataURI" :alt="activeFile.name"/>
<div v-show="binaryTypes.markdown" v-html="activeFile.html"></div>
<div v-if="binaryTypes.markdown" v-html="activeFile.html"></div>
</div>
</template>
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