Reinhard Langner

Results 4 issues of 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: ![image](https://user-images.githubusercontent.com/1595098/142776912-316cc210-838a-4183-877a-2f4cd73fc6af.png) that is visible on an other client. Box is rotated fine, but the selection-box is not rotated....

bug
help wanted

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",...