mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 17:55:12 +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`
|
return html`
|
||||||
<div class="flag-container">
|
<div class="flag-container">
|
||||||
<button
|
<button
|
||||||
@click=${() => (this.showModal = true)}
|
@click=${() => (this.showModal = !this.showModal)}
|
||||||
class="flag-button"
|
class="flag-button"
|
||||||
title="Pick a flag!"
|
title="Pick a flag!"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user