fix: Fix manage metadata
make it can't select rows when clicking on the input box Change-Id: I710c86c7930df6a39734aa9ce21bc3f8dbc7affb
This commit is contained in:
@@ -94,6 +94,9 @@ export default class Manage extends ModalAction {
|
|||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
this.updatePrefix(e.currentTarget.value, record);
|
this.updatePrefix(e.currentTarget.value, record);
|
||||||
}}
|
}}
|
||||||
|
onClick={(e) => {
|
||||||
|
e && e.stopPropagation();
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user