mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 14:20:45 +00:00
Flag button turned into toggle to show/hide flags modal.
This commit is contained in:
@@ -159,7 +159,7 @@ export class FlagInput extends LitElement {
|
||||
return html`
|
||||
<div class="flag-container">
|
||||
<button
|
||||
@click=${() => (this.showModal = true)}
|
||||
@click=${() => (this.showModal = !this.showModal)}
|
||||
class="flag-button"
|
||||
title="Pick a flag!"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user