Will it be enough just to put ``` doc.transact(() => { proxy.x = 10 proxy.y = 20 }) ``` ?
Will it be enough just to put
?