fix input cursor bug in chrome
This commit is contained in:
parent
ed66e5d67a
commit
22deb93d04
65 changed files with 7237 additions and 26 deletions
|
|
@ -318,7 +318,6 @@ function testMithril(mock) {
|
|||
var root = mock.document.createElement("div")
|
||||
m.render(root, [null, "foo"])
|
||||
m.render(root, ["bar"])
|
||||
console.log(root.childNodes)
|
||||
return root.childNodes.length == 1
|
||||
})
|
||||
//end m.render
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue