* improve post form attaches * Fix * chain * 右クリックでも反応するように
This commit is contained in:
parent
2d5158c680
commit
487a3079cd
10 changed files with 169 additions and 154 deletions
|
|
@ -105,9 +105,7 @@ export default Vue.extend({
|
|||
},
|
||||
isThumbnailAvailable(): boolean {
|
||||
return this.file.thumbnailUrl
|
||||
? this.file.thumbnailUrl.endsWith('?thumbnail')
|
||||
? (this.is === 'image' || this.is === 'video')
|
||||
: true
|
||||
? (this.is === 'image' || this.is === 'video')
|
||||
: false;
|
||||
},
|
||||
background(): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue