mirror of https://github.com/anoshenko/rui.git
Cleanup
This commit is contained in:
parent
91093637c7
commit
bdc8472600
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue