fix: display image menu
This commit is contained in:
@@ -182,7 +182,7 @@ const Playground: React.FC = () => {
|
||||
</div>
|
||||
)
|
||||
};
|
||||
}, [activeKey, optionsList]);
|
||||
}, [activeKey, optionsList, intl]);
|
||||
|
||||
useHotkeys(
|
||||
HotKeys.RIGHT.join(','),
|
||||
|
||||
Reference in New Issue
Block a user