@casual-simulation/causal-tree-store-browser
Advanced tools
Changelog
V2.0.36
Ctrl+Shift+F
while the systemPortal is open or by selecting the eyeglass icon on the left side of the screen.portalBackgroundAddress
to casualos://camera-feed
.casualos://camera-feed/rear
and casualos://camera-feed/front
.// in @onSetupApp
const parent = that.document.createElement('div');
const child = that.document.createElement('span');
parent.appendChild(child);
parent.appendChild(child); // This would cause the issue
os.compileApp()
.
os.compileApp()
uses a change detection algorithm to limit the number of HTML elements it needs to create.