タップ不可能なリアクションを押してもパーティクルが出るバグを修正 (#6472)
* resolve #6453 * リアクションビューワーのトグル可能判定にログインしているかどうかも反映
This commit is contained in:
@ -2,6 +2,8 @@ import Particle from '../components/particle.vue';
|
||||
|
||||
export default {
|
||||
bind(el, binding, vn) {
|
||||
// 明示的に false であればバインドしない
|
||||
if (binding.value === false) return;
|
||||
el.addEventListener('click', () => {
|
||||
const rect = el.getBoundingClientRect();
|
||||
|
||||
|
Reference in New Issue
Block a user