Skip to content
Snippets Groups Projects
Commit f9117447 authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

Fix the dialog activator button to use @click.stop

parent 0a14c3d9
No related branches found
No related tags found
1 merge request!110Resolve "DateTimePicker fix dialog activator"
......@@ -37,7 +37,7 @@ permissions and limitations under the Licence.
@input="updateByTextfield"
>
<template #append-outer>
<v-btn icon @click="initPicker">
<v-btn icon @click.stop="initPicker">
<v-icon>mdi-calendar-range</v-icon>
</v-btn>
<v-dialog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment