Skip to content

Commit

Permalink
Send the element instead of its outerhtml.
Browse files Browse the repository at this point in the history
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: I0dad0958fe4708b601920aa4b8e2990b13da189b
  • Loading branch information
gokaysatir authored and mmeeks committed Jul 27, 2024
1 parent d4ab315 commit 440f32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/control/Control.UserList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,5 +593,5 @@ L.control.createUserListWidget = function () {
// TODO: this is not interactive
const userlistElement = L.DomUtil.create('div');
app.map.userList.renderHeaderAvatarPopover(userlistElement);
return userlistElement.outerHTML;
return userlistElement;
};

0 comments on commit 440f32e

Please sign in to comment.