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 85f751d commit d4def44Copy full SHA for d4def44
lib/editor/result-view.js
@@ -23,6 +23,8 @@ export default class ResultView {
23
24
this.lastEdWidth = -1
25
26
+ this.isVisible = true
27
+
28
// HACK: compatibility to proto-repl:
29
this.classList = {add() {}}
30
@@ -169,6 +171,7 @@ export default class ResultView {
169
171
this.isVisible = false
170
172
this.left = 0
173
this.shouldRedraw = false
174
+ this.overlayElement = this.complete.parentElement
175
if (this.overlayElement) {
176
let rect = this.getView().getBoundingClientRect()
177
let parentRect = this.getView().parentElement.getBoundingClientRect()
0 commit comments