Skip to content

Commit

Permalink
revert inadvertent change (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
acywatson authored Aug 18, 2022
1 parent 6b97658 commit 89db3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/LexicalEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function onBeforeInput(event: InputEvent, editor: LexicalEditor): void {

function onInput(event: InputEvent, editor: LexicalEditor): void {
// We don't want the onInput to bubble, in the case of nested editors.
//event.stopPropagation();
event.stopPropagation();
updateEditor(editor, () => {
const selection = $getSelection();
const data = event.data;
Expand Down

2 comments on commit 89db3e7

@vercel
Copy link

@vercel vercel bot commented on 89db3e7 Aug 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website-new

lexical-git-main-fbopensource.vercel.app
lexicaljs.com
lexical-fbopensource.vercel.app
www.lexical.dev
lexicaljs.org
lexical.dev

@vercel
Copy link

@vercel vercel bot commented on 89db3e7 Aug 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground.vercel.app
lexical-playground-fbopensource.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.