Fix: time tooltip overlaps with others (#3901)
This commit is contained in:
@ -76,7 +76,7 @@ export default (opts: Opts = {}) => ({
|
||||
},
|
||||
|
||||
title(): string {
|
||||
return new Date(this.appearNote.createdAt).toLocaleString();
|
||||
return '';
|
||||
},
|
||||
|
||||
urls(): string[] {
|
||||
|
Reference in New Issue
Block a user