Commit 9da5f4cf by zhaochengxiang

批量编辑

parent 29cfb982
...@@ -165,7 +165,6 @@ export const EditableCell = ({ ...@@ -165,7 +165,6 @@ export const EditableCell = ({
children, children,
...restProps ...restProps
}) => { }) => {
let editingComponent = null; let editingComponent = null;
if (editing) { if (editing) {
let inputNode = <InputDebounce />; let inputNode = <InputDebounce />;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment