Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Oct 27, 2023
2 parents 6d6419e + e4823ee commit 0820e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nui/src/nui/backend/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ namespace Nui
//--------------------------------------------------------------------------------------------------------------------
void Window::unbind(std::string const& name)
{
runInJavascriptThread([this, &name]() {
runInJavascriptThread([this, name]() {
std::scoped_lock lock{impl_->viewGuard};
auto script = fmt::format(
R"(
Expand Down

0 comments on commit 0820e8a

Please sign in to comment.