Remove unnecessary comment

This commit is contained in:
cgfhtw
2023-10-10 13:12:51 +02:00
parent 5010a1653a
commit b5ce0ba7ed
@@ -328,13 +328,6 @@ export default {
container.append(button);
}
// TODO(chris): not yet perfect
/*
onRendered(() => {
cell.getColumn().setWidth(true);
});
*/
return container;
}
}]