Skip to content

Commit

Permalink
Add Html prefix to avoid naming conflict (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn authored Nov 15, 2023
1 parent 8d7b8a1 commit 00c359e
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion crates/core/src/web/holders/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct ServerHolder {
id: HolderId,
pub config: Arc<GloryConfig>,
pub truck: Rc<RefCell<Truck>>,
pub host_node: Div,
pub host_node: HtmlDiv,
next_root_view_id: AtomicU64,
}

Expand Down
Loading

0 comments on commit 00c359e

Please sign in to comment.