Skip to content

Commit

Permalink
Quick fixes (#557)
Browse files Browse the repository at this point in the history
* Update window on input, not on change

* Replace tooltip TODO text
  • Loading branch information
annehaley authored Aug 4, 2022
1 parent f6cffa4 commit 0f6e798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_client/src/components/WindowWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default defineComponent({
</v-icon>
</template>
<span>
TODO: explain this new widget
Adjust window and level by moving the slider endpoints or sliding the range bar
</span>
</v-tooltip>
</v-col>
Expand All @@ -167,7 +167,7 @@ export default defineComponent({
:min="widthMin"
class="align-center"
height="5"
@change="updateFromRange"
@input="updateFromRange"
>
<template #prepend>
<v-text-field
Expand Down

0 comments on commit 0f6e798

Please sign in to comment.