Browse Source

fix(nc-gui): remove autofocus in TimePicker.vue

pull/5342/head
Wing-Kam Wong 2 years ago
parent
commit
f71aa1be21
  1. 1
      packages/nc-gui/components/cell/TimePicker.vue

1
packages/nc-gui/components/cell/TimePicker.vue

@ -95,7 +95,6 @@ useSelectedCellKeyupListener(active, (e: KeyboardEvent) => {
<template>
<a-time-picker
v-model:value="localState"
autofocus
:show-time="true"
:bordered="false"
use12-hours

Loading…
Cancel
Save