fix bug
This commit is contained in:
parent
c60146d614
commit
65bfccdd48
|
@ -99,7 +99,7 @@ func cacheComponentFn(a cacheComponentParm[string]) string {
|
||||||
func CalComponents(h *Handle) {
|
func CalComponents(h *Handle) {
|
||||||
allComponents := GetComponents(str.Join("allScene-", h.scene), h)
|
allComponents := GetComponents(str.Join("allScene-", h.scene), h)
|
||||||
for k, components := range allComponents {
|
for k, components := range allComponents {
|
||||||
key := str.Join("calComponents-", h.scene, "-", k)
|
key := str.Join("calComponents-", h.theme, "-", h.scene, "-", k)
|
||||||
hookedComponents := HookComponents(key, k, components)
|
hookedComponents := HookComponents(key, k, components)
|
||||||
var s = make([]string, 0, len(hookedComponents))
|
var s = make([]string, 0, len(hookedComponents))
|
||||||
for _, component := range hookedComponents {
|
for _, component := range hookedComponents {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user