microboard-ui-temp 0.1.72 → 0.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -448718,6 +448718,7 @@ function createApp(isHistory = true) {
|
|
|
448718
448718
|
subscriptions.setBoard(welcomeBoard);
|
|
448719
448719
|
boardSubject.publish(welcomeBoard);
|
|
448720
448720
|
board = welcomeBoard;
|
|
448721
|
+
board.setInterfaceType("edit");
|
|
448721
448722
|
await connectBoard(board);
|
|
448722
448723
|
return;
|
|
448723
448724
|
}
|