diff --git a/service.js b/service.js index e123081..4340ee4 100644 --- a/service.js +++ b/service.js @@ -325,6 +325,7 @@ class BesService { * Resizes correction and scroll panels to match host element size. */ setCorrectionPanelSize() { + // TODO: This woodoo looks so wrong it can't be true. Revise together! const styles = window.getComputedStyle(this.textElement) this.correctionPanel.style.marginLeft = styles.marginLeft this.correctionPanel.style.marginRight = styles.marginRight