fix: display image menu

This commit is contained in:
jialin
2025-11-10 10:07:25 +08:00
parent 0077d109e7
commit 285e274818
25 changed files with 91 additions and 86 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ const Playground: React.FC = () => {
</div>
)
};
}, [activeKey, optionsList]);
}, [activeKey, optionsList, intl]);
useHotkeys(
HotKeys.RIGHT.join(','),