chore(client): tweak deck

This commit is contained in:
syuilo
2022-07-05 16:07:53 +09:00
parent 135dfa8026
commit ccea04f391
2 changed files with 7 additions and 1 deletions

View File

@ -49,6 +49,7 @@ export default {
showing,
text: self.text,
asMfm: binding.modifiers.mfm,
direction: binding.modifiers.left ? 'left' : binding.modifiers.right ? 'right' : binding.modifiers.top ? 'top' : binding.modifiers.bottom ? 'bottom' : 'top',
targetElement: el,
}, {}, 'closed');