mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Append fixture el to actual DOM
This commit is contained in:
parent
8781023b80
commit
9ed4f121b1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
class Fixture {
|
||||
constructor () {
|
||||
this.el = document.createElement('div')
|
||||
document.body.appendChild(this.el)
|
||||
}
|
||||
|
||||
load (html) {
|
||||
|
|
Loading…
Reference in a new issue