We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115acbe commit 2f7c628Copy full SHA for 2f7c628
scripts/shop/database.sml
@@ -24,6 +24,9 @@ blockly-python:
24
canvas2svg:
25
{package: "canvas2svg" path: "canvas2svg.js"}
26
27
+craftjs:
28
+{package: "@craftjs/core" path: "dist/esm/index.js"}
29
+
30
d3:
31
{package: "d3" path: "dist/d3.js"}
32
src/interactive_syntax/core.cljs
@@ -1543,9 +1543,10 @@
1543
[:div {:id "internalAppContainer"
1544
:style {:height "100%"
1545
:width "100%"
1546
+ :color "white"
1547
:background-color "black"}}
1548
[:div {:id "internalApp"}
- [:h2 {:style {:color "white"}} "Live and Learn!"]]]]
1549
+ [:h2 "Live and Learn!"]]]]
1550
[result-view db repl-ref])]]
1551
[:div {:style {:flex "1 1 auto"
1552
:overflow "auto"
0 commit comments