Skip to content

Commit 703bbe0

Browse files
committed
update builds
1 parent aad0719 commit 703bbe0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dist/rilti.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,15 @@
999999
}
10001000
})
10011001

1002-
if (core.ops.host) core.bind(core.ops.host, core.ops.key)
1002+
core.text = view => {
1003+
const text$$1 = new Text()
1004+
text$$1.boundby = core.bind(text$$1, 'textContent', view)
1005+
return text$$1
1006+
}
1007+
1008+
if (core.host && core.ops.key) {
1009+
core.bind(core.host, core.ops.key)
1010+
}
10031011

10041012
return core
10051013
}

0 commit comments

Comments
 (0)