implemented codemirror binding with cursor support
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
export const writeStructToTransaction = (transaction, struct) => {
|
||||
transaction.encodedStructsLen++
|
||||
struct._toBinary(transaction.encodedStructs)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,6 @@ export const stringifyItemID = item => {
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Helper utility to convert an item to a readable format.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user