fix: 配置加载后无限刷新修复
This commit is contained in:
@@ -264,6 +264,10 @@ func (slf *Config) initData() error {
|
||||
if slf.horizontal {
|
||||
c := slf.matrix.Get(x+i, y)
|
||||
if c == nil {
|
||||
if currentIndex < slf.IndexCount {
|
||||
stop = true
|
||||
break
|
||||
}
|
||||
value = getValueZero(field.SourceType)
|
||||
zero = true
|
||||
} else if currentIndex < slf.IndexCount && len(strings.TrimSpace(c.String())) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user