forked from coracle/flotilla
Fix calendar detail
This commit is contained in:
@@ -104,9 +104,7 @@
|
||||
let pubkeys: string[] = $state(popKey("RoomMembersAdd.pubkeys") || [])
|
||||
|
||||
onMount(() => {
|
||||
console.log("=====")
|
||||
if (popKey("RoomMembersAdd.confirm")) {
|
||||
console.log("hi")
|
||||
addMembers()
|
||||
}
|
||||
})
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
</SecondaryNavHeader>
|
||||
{/if}
|
||||
{#if $otherRooms.length > 20}
|
||||
<label class="input input-sm input-bordered mx-4 flex items-center gap-2">
|
||||
<label class="input input-sm input-bordered flex items-center gap-2">
|
||||
<Icon icon={Magnifier} />
|
||||
<input bind:value={term} onblur={clearTerm} class="grow" />
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user