* improve post form attaches * Fix * chain * 右クリックでも反応するように
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user