Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPCOM Block Editor: Remove disable-nux-tour #38369

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/wpcom-block-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ There are two environments the block editor integration supports:

### Common utilities

- `disable-nux-tour.js`: Disable the pop-up tooltip tour that is displayed on first use.
- `rich-text.js`: Extensions for the Rich Text toolbar with the Calypso buttons missing on Core (i.e. underline, justify).
- `fix-block-invalidation-errors.js`: (Atomic/Simple) Performs block attempt block recovery on editor load if validation errors are detected.
- `switch-to-classic.js`: Append a button to the "More tools" menu for switching to the classic editor.
Expand Down
7 changes: 0 additions & 7 deletions apps/wpcom-block-editor/src/common/disable-nux-tour.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/wpcom-block-editor/src/common/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Internal dependencies
*/
import './disable-nux-tour';
import './fix-block-invalidation-errors';
import './reorder-block-categories';
import './rich-text';
Expand Down