Second pass on css and reportMenu
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<script lang="ts">
|
||||
import {sendMenuClickedEvent} from "../../Api/iframe/Ui/MenuItem";
|
||||
|
||||
export let menuCommand: string;
|
||||
|
||||
function menuItemClicked() {
|
||||
sendMenuClickedEvent(menuCommand);
|
||||
}
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<button type="button" class="nes-btn is-primary" on:click|preventDefault={menuItemClicked}>{menuCommand}</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user