Fix: Copy ID button doesn't work (#1598)

This commit is contained in:
Mysterious_Dev
2024-01-27 18:36:16 +01:00
committed by GitHub
parent 5a4a9b570e
commit 415a0aaf75

View File

@@ -1202,6 +1202,10 @@ async function updateMembers() {
) )
} }
async function copyId() {
await navigator.clipboard.writeText(project.value.id)
}
const collapsedChecklist = ref(false) const collapsedChecklist = ref(false)
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>