We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de56b8 commit 960541cCopy full SHA for 960541c
src/foam/u2/detail/RowPropertyView.js
@@ -60,7 +60,7 @@ foam.CLASS({
60
let label = self.prop.columnLabel;
61
this.config = { label: label };
62
this.dynamic(function(isRow_, mode) {
63
- // this.removeAllChildren();
+ this.removeAllChildren();
64
switch ( mode ) {
65
case self.ControllerMode.CREATE:
66
case self.ControllerMode.EDIT:
0 commit comments