Remove useless raw signal init, as the variable is auto-bound to the element
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
/** @type {HTMLDialogElement} */
|
/** @type {HTMLDialogElement} */
|
||||||
let storyURLTutorialModal = $state.raw(undefined);
|
let storyURLTutorialModal;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} input
|
* @param {string} input
|
||||||
|
|||||||
Reference in New Issue
Block a user