Skip to content

Commit

Permalink
Revert "fix:sveltejs#9181 adding 'plaintext-only' to the types of con…
Browse files Browse the repository at this point in the history
…tenteditable"
  • Loading branch information
dinesh-singaria authored Sep 26, 2023
1 parent 080c072 commit 755b429
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' | 'plaintext-only' | undefined | null;
contenteditable?: Booleanish | 'inherit' | undefined | null;
contextmenu?: string | undefined | null;
dir?: string | undefined | null;
draggable?: Booleanish | undefined | null;
Expand Down

0 comments on commit 755b429

Please sign in to comment.