@lightningjs/solid
Advanced tools
Comparing version 0.12.6 to 0.12.7
@@ -626,2 +626,3 @@ import { createSignal, mergeProps as mergeProps$1, createRoot, createRenderEffect, createMemo, createComponent as createComponent$1, untrack, onMount } from 'solid-js'; | ||
child instanceof ElementNode && child.setFocus(); | ||
return; | ||
} | ||
@@ -628,0 +629,0 @@ } |
@@ -291,2 +291,3 @@ /* | ||
child instanceof ElementNode && child.setFocus(); | ||
return; | ||
} | ||
@@ -293,0 +294,0 @@ } |
{ | ||
"name": "@lightningjs/solid", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"description": "Lightning renderer for solid universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -381,2 +381,3 @@ /* | ||
child instanceof ElementNode && child.setFocus(); | ||
return; | ||
} | ||
@@ -383,0 +384,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297045
4611