Skip to content

Commit 6eb9ee8

Browse files
committed
fix
1 parent 51c7008 commit 6eb9ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/WebAssembly/src/Rendering/WebAssemblyRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public WebAssemblyRenderer(IServiceProvider serviceProvider, ILoggerFactory logg
3131
// if SynchronizationContext.Current is null on main thread, we are in single-threaded flavor of the dotnet wasm runtime
3232
_dispatcher = SynchronizationContext.Current==null
3333
? NullDispatcher.Instance
34-
: WebAssemblyDispatcher.Instance
34+
: WebAssemblyDispatcher.Instance;
3535

3636
ElementReferenceContext = DefaultWebAssemblyJSRuntime.Instance.ElementReferenceContext;
3737
}

0 commit comments

Comments
 (0)