We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1253c commit bcb00c0Copy full SHA for bcb00c0
src/packages/SmartWidget.vue
@@ -242,7 +242,7 @@ export default {
242
return widgetBodyH
243
},
244
getContentH () {
245
- const widgetBodyH = this.widgetBodyOffsetHeight
+ const widgetBodyH = this.getWidgetBodyH()
246
const paddingH = this.getPaddingH()
247
const widgetBodyEditBoxH = this.widgetBodyEditBoxH
248
const widgetBodyFooterH = this.widgetBodyFooterH
0 commit comments