fix: Fix manage metadata
make it can't select rows when clicking on the input box Change-Id: I710c86c7930df6a39734aa9ce21bc3f8dbc7affb
This commit is contained in:
parent
e5d1e90ff3
commit
dfe6bb4e9e
@ -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();
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user