fix: Fix manage metadata

make it can't select rows when clicking on the input box

Change-Id: I710c86c7930df6a39734aa9ce21bc3f8dbc7affb
This commit is contained in:
zhuyue 2021-08-20 16:14:35 +08:00
parent e5d1e90ff3
commit dfe6bb4e9e

View File

@ -94,6 +94,9 @@ export default class Manage extends ModalAction {
onChange={(e) => {
this.updatePrefix(e.currentTarget.value, record);
}}
onClick={(e) => {
e && e.stopPropagation();
}}
/>
);
};