Skip to content

Commit

Permalink
Dont hide
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Apr 22, 2024
1 parent 73ac21b commit 9d8c3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fixed `pilet build` with `--type standalone` to end up at feed selection
- Improved handling of server restart (#687)
- Updated `piral-cli` to also include the *.krasrc* from the current directory (#691)
- Updated `piral-blazor` to contain support for Piral.Blazor providers
- Added `defineVue3Middleware` function to `piral-vue3` (#689)

## 1.5.3 (April 10, 2024)
Expand Down
2 changes: 1 addition & 1 deletion src/converters/piral-blazor/src/interop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function prepareForStartup() {
function createBlazorStarter(publicPath: string): (opts: WebAssemblyStartOptions) => Promise<BlazorRootConfig> {
const root = document.body.appendChild(document.createElement('div'));

root.style.display = 'none';
root.style.display = 'contents';
root.id = 'blazor-root';

if (publicPath) {
Expand Down

0 comments on commit 9d8c3d9

Please sign in to comment.