Fix: time tooltip overlaps with others (#3901)

This commit is contained in:
MeiMei
2019-01-17 06:40:11 +09:00
committed by syuilo
parent 1df8487d20
commit 208493ba13
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export default (opts: Opts = {}) => ({
},
title(): string {
return new Date(this.appearNote.createdAt).toLocaleString();
return '';
},
urls(): string[] {