mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
fix focus & click behaviour of time range selector and task project dropdown modal
This commit is contained in:
@@ -33,6 +33,7 @@ const open = ref(false);
|
||||
@changed="
|
||||
(newStart, newEnd) => emit('changed', newStart, newEnd)
|
||||
"
|
||||
focus
|
||||
:start="start"
|
||||
:end="end">
|
||||
</TimeRangeSelector>
|
||||
|
||||
Reference in New Issue
Block a user