Reinhard Langner
Reinhard Langner
try to use multiple decks like shown in the csb-examples. ``` // deck.js import { slides as one } from './one.mdx' import { slides as two } from './two.mdx' export...
box rotated and selected on a multiplayer-client that has rotated a box:  that is visible on an other client. Box is rotated fine, but the selection-box is not rotated....
pasting a copied block into an empty block will **not** create a new block, but exchanges that empty block. will fix #31 unfortunately sometimes there are errors in the dev-console...
To ensure current feature will not be acidentlly broken by new featues, I see the need of some automated testing. These tests have to be on a level of "user-input",...