mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 16:53:58 +09:00
clean up
This commit is contained in:
@ -122,8 +122,6 @@ export default Vue.extend({
|
|||||||
// 300pxないと絶対右にはみ出るので左に移動してしまう
|
// 300pxないと絶対右にはみ出るので左に移動してしまう
|
||||||
const areaWidth = (this.$el as any)?.clientWidth;
|
const areaWidth = (this.$el as any)?.clientWidth;
|
||||||
if (areaWidth && areaWidth < 300) this.tweetLeft = areaWidth - 241;
|
if (areaWidth && areaWidth < 300) this.tweetLeft = areaWidth - 241;
|
||||||
console.log(`areaWidth: ${areaWidth}`);
|
|
||||||
console.log(`this.tweetLeft: ${this.tweetLeft}`);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
Reference in New Issue
Block a user