mirror of
https://github.com/directus/directus.git
synced 2026-02-16 16:26:28 -05:00
Resolve editor/type warnings (#7687)
* resolve editor/type warnings * dont rename props
This commit is contained in:
@@ -152,7 +152,7 @@ export default defineComponent({
|
||||
keydown: processValue,
|
||||
blur: (e: Event) => {
|
||||
trimIfEnabled();
|
||||
attrs?.onBlur?.(e);
|
||||
if (typeof attrs.onBlur === 'function') attrs.onBlur(e);
|
||||
},
|
||||
focus: (e: PointerEvent) => emit('focus', e),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user