Skip to content

Commit d11cdcd

Browse files
authored
(fix) remove "auto" from draggable
#481 Spec: The third state is auto; it has no keywords but it is the missing value default and the invalid value default.
1 parent fb1012b commit d11cdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
dir?: string;
264264
disabled?: boolean;
265265
download?: any;
266-
draggable?: boolean | "true" | "false" | "auto";
266+
draggable?: boolean | "true" | "false";
267267
enctype?: string;
268268
for?: string;
269269
form?: string;

0 commit comments

Comments
 (0)