summaryrefslogtreecommitdiff
path: root/src/client/directives
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-22 16:18:53 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-22 16:18:53 +0900
commitf64d3942d7b3528557aa5aedb58d7f633b6e716b (patch)
tree0df77b2453242e05e5fa9371a57500f23853fbda /src/client/directives
parent:art: (diff)
downloadmisskey-f64d3942d7b3528557aa5aedb58d7f633b6e716b.tar.gz
misskey-f64d3942d7b3528557aa5aedb58d7f633b6e716b.tar.bz2
misskey-f64d3942d7b3528557aa5aedb58d7f633b6e716b.zip
:art:
Diffstat (limited to 'src/client/directives')
-rw-r--r--src/client/directives/tooltip.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/directives/tooltip.ts b/src/client/directives/tooltip.ts
index b453216602..ee690558af 100644
--- a/src/client/directives/tooltip.ts
+++ b/src/client/directives/tooltip.ts
@@ -29,7 +29,7 @@ export default {
ev.preventDefault();
ev.stopPropagation();
dialog({
- type: 'help',
+ type: 'info',
text: binding.value,
});
return false;