fix: add back createConnection

This commit is contained in:
Eric Maciel 2020-10-30 16:09:42 -04:00
parent 5147dce608
commit 3d8f999872

View File

@ -50,6 +50,8 @@ const withAutomerge = <T extends Editor>(
*/
e.openConnection = () => {
createConnection()
e.connection.open()
}