Skip to content

Commit e2da61b

Browse files
Sushant Kumarkevinchappell
authored andcommitted
Reverted hidden field related changes for now
1 parent 106b4e8 commit e2da61b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/js/components/controls/control.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default class Control {
1010
constructor({ events = {}, dependencies = {}, ...restConfig } = {}) {
1111
this.events = events
1212
this.controlData = restConfig
13-
this.controlData.attrs = Object.assign({}, this.controlData.attrs, {hidden: false});
1413
this.depsLoaded = this.fetchDependencies(dependencies)
1514
}
1615

src/js/components/controls/html/hr.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ class HRControl extends Control {
1313
group: 'html',
1414
icon: 'divider',
1515
id: 'divider',
16-
},
17-
attrs: {
18-
className: '',
1916
}
2017
}
2118
super(hrConfig)

0 commit comments

Comments
 (0)