Commit ad487147 authored by Satoshi Nakamatsu's avatar Satoshi Nakamatsu Committed by Annabel Dunstone Gray

add title attr to display file name

parent 6cbffb8a
......@@ -136,6 +136,7 @@ export default {
<div
v-else
:class="fileClass"
:title="file.name"
class="file-row"
role="button"
@click="clickFile"
......
---
title: add title attribute to display file name
merge_request: 25154
author: Satoshi Nakamatsu @satoshicano
type: added
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