@rip-lang/ui 0.3.17 → 0.3.19
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/rip-ui.min.js +115 -115
- package/dist/rip-ui.min.js.br +0 -0
- package/package.json +1 -1
- package/ui.rip +1 -0
package/dist/rip-ui.min.js.br
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/ui.rip
CHANGED
|
@@ -815,6 +815,7 @@ export createRenderer = (opts = {}) ->
|
|
|
815
815
|
# ==============================================================================
|
|
816
816
|
|
|
817
817
|
export launch = (appBase = '', opts = {}) ->
|
|
818
|
+
globalThis.__ripLaunched = true
|
|
818
819
|
if typeof appBase is 'object'
|
|
819
820
|
opts = appBase
|
|
820
821
|
appBase = ''
|