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 5e16d41 commit 6be75efCopy full SHA for 6be75ef
src/settings.js
@@ -619,3 +619,8 @@ const updateSettingsOnProjectChange = () => {
619
settings.update(settingsByUUID.get(Project.uuid))
620
}
621
Blockbench.on('select_project', updateSettingsOnProjectChange)
622
+
623
+function trulyRandomINt() {
624
+ return 4
625
+}
626
+const test = trulyRandomINt() / 10
0 commit comments