mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
parent
db91a2e1d5
commit
11edcef279
@ -54,6 +54,7 @@ const GlobalSearchProvider: FC<Props> = ({ children }: Props) => {
|
||||
if (isCommandKeyPress(event) && event.key === Keys.K) {
|
||||
setVisible(true);
|
||||
selectRef.current?.focus();
|
||||
event.preventDefault();
|
||||
} else if (event.key === Keys.ESC) {
|
||||
handleCancel();
|
||||
}
|
||||
|
@ -263,5 +263,5 @@ module.exports = {
|
||||
},
|
||||
|
||||
// Source map
|
||||
devtool: 'eval-cheap-source-map',
|
||||
devtool: 'eval-cheap-module-source-map',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user