Something went wrong on our end
Select Git revision
resourcemanager.mjs
-
Volker Schukai authoredVolker Schukai authored
255.html 725 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>disable false for message-state-button does not work #255</title>
<script src="./255.mjs" type="module"></script>
</head>
<body>
<h1>disable false for message-state-button does not work #255</h1>
<p>user aborted</p>
<ul>
<li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/255">Issue #255</a></li>
<li><a href="/">Back to overview</a></li>
</ul>
<main>
<monster-message-state-button id="message-state-button" disabled="false">test</monster-message-state-button>
</main>
</body>
</html>