Merge pull request #1496 from lightpanda-io/remove_custom_element_placeholder_name

Remove the "TODO-CUSTOM-NAME" name on custom elements
This commit is contained in:
Pierre Tachoire
2026-02-08 10:46:37 +01:00
committed by GitHub

View File

@@ -241,7 +241,6 @@ pub const JsApi = struct {
pub const bridge = js.Bridge(Custom);
pub const Meta = struct {
pub const name = "TODO-CUSTOM-NAME";
pub const prototype_chain = bridge.prototypeChain();
pub var class_id: bridge.ClassId = undefined;
};