Skip to content

Commit

Permalink
Merge pull request #99 from markfijneman/double-history-fix
Browse files Browse the repository at this point in the history
Fix opened tasks getting added to browser history two times
  • Loading branch information
JJ-8 authored Mar 27, 2024
2 parents 93901c3 + c408ec7 commit 8d4adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/Task.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<q-page class="page">
<iframe v-if="task" :src="task.padUrl" />
<iframe v-if="task" :src="task.padUrl + '#'" />
<p v-else>Unable to load task</p>
</q-page>
</template>
Expand Down

0 comments on commit 8d4adcc

Please sign in to comment.