Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Darginec05 committed Jun 7, 2024
1 parent 0f57730 commit 840686e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,768 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"private": true,
"scripts": {
"start": "yarn lerna run start --scope @yoopta/editor --parallel --ignore development",
"start": "yarn lerna run start --parallel --ignore development",
"build": "yarn clean && yarn lerna run build --parallel --ignore development",
"clean": "find ./packages -type d -name dist ! -path './packages/development/*' -exec rm -rf {} +",
"serve": "yarn lerna run dev --scope=development",
Expand Down
2 changes: 0 additions & 2 deletions packages/core/editor/src/editor/blocks/focusBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export function focusBlock(editor: YooEditor, blockId: string, options: FocusBlo
try {
const { focusAt, waitExecution = true, waitExecutionMs = 0, shouldUpdateBlockSelection = true } = options;

console.log('blockId', blockId);

const focusBlockEditor = () => {
const slate = options.slate || editor.blockEditorsMap[blockId];
const block = editor.children[blockId];
Expand Down
Loading

0 comments on commit 840686e

Please sign in to comment.