Skip to content

Commit c3361f1

Browse files
committed
chore: Rename original open scd selector to avoid name collision
1 parent 510329a commit c3361f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/openscd/src/open-scd.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ import { newLogEvent } from '@openscd/core/foundation/deprecated/history';
5656

5757
/** The `<open-scd>` custom element is the main entry point of the
5858
* Open Substation Configuration Designer. */
59-
@customElement('open-scd')
59+
// Change selector to avoid conflicts with open-scd from compas
60+
@customElement('original-open-scd')
6061
export class OpenSCD extends LitElement {
6162

6263
render(): TemplateResult {

0 commit comments

Comments
 (0)