This commit is contained in:
Alexei Anoshenko 2024-11-24 21:15:05 +02:00
parent 91093637c7
commit bdc8472600
1 changed files with 0 additions and 7 deletions

View File

@ -64,13 +64,6 @@ func (container *viewsContainerData) Views() []View {
return []View{} return []View{}
} }
func viewsContainerContentChanged1(container *viewsContainerData) {
updateInnerHTML(container.htmlID(), container.Session())
if listener, ok := container.changeListener[Content]; ok {
listener(container, Content)
}
}
// Append appends a view to the end of the list of a view children // Append appends a view to the end of the list of a view children
func (container *viewsContainerData) Append(view View) { func (container *viewsContainerData) Append(view View) {
if view != nil { if view != nil {