mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-20 15:14:04 -04:00
fix refresh not display bug
Signed-off-by: yaoyuchi <yaoyuchi@huawei.com>
This commit is contained in:
@@ -895,7 +895,8 @@ static const std::unordered_map<std::string, std::function<void(BindingTarget)>>
|
||||
{ "TextInputController", JSTextInputController::JSBind },
|
||||
{ "TextTimerController", JSTextTimerController::JSBind },
|
||||
{ "Checkbox", JSCheckbox::JSBind },
|
||||
{ "CheckboxGroup", JSCheckboxGroup::JSBind }
|
||||
{ "CheckboxGroup", JSCheckboxGroup::JSBind },
|
||||
{ "Refresh", JSRefresh::JSBind }
|
||||
};
|
||||
|
||||
void RegisterAllModule(BindingTarget globalObj)
|
||||
|
||||
Reference in New Issue
Block a user