fix: act method not called in iframe sub-nodes

This commit is contained in:
MihailRis 2025-05-24 16:59:51 +03:00
parent 04b02323bb
commit d3c45fbabc

View File

@ -36,6 +36,7 @@ void InlineFrame::setDocument(const std::shared_ptr<UiDocument>& document) {
}
void InlineFrame::act(float delta) {
Container::act(delta);
if (document || src.empty()) {
return;
}