Skip to content

Commit

Permalink
Merge pull request #1 from dinesh-singaria/dinesh-singaria-patch-1-1
Browse files Browse the repository at this point in the history
fix:sveltejs#9181 adding 'plaintext-only' to the types of contenteditable
  • Loading branch information
dinesh-singaria authored Sep 13, 2023
2 parents effeb7a + e8a5ead commit 080c072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/elements.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
accesskey?: string | undefined | null;
autofocus?: boolean | undefined | null;
class?: string | undefined | null;
contenteditable?: Booleanish | 'inherit' | undefined | null;
contenteditable?: Booleanish | 'inherit' | 'plaintext-only' | undefined | null;
contextmenu?: string | undefined | null;
dir?: string | undefined | null;
draggable?: Booleanish | undefined | null;
Expand Down

0 comments on commit 080c072

Please sign in to comment.