Skip to content

Commit

Permalink
Removed block transforms from the toolbars. (#6473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Apr 30, 2018
1 parent af190d5 commit 731b4fe
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 428 deletions.
2 changes: 0 additions & 2 deletions edit-post/components/header/header-toolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
TableOfContents,
EditorHistoryRedo,
EditorHistoryUndo,
MultiBlocksSwitcher,
NavigableToolbar,
} from '@wordpress/editor';

Expand All @@ -34,7 +33,6 @@ function HeaderToolbar( { hasFixedToolbar, isLargeViewport } ) {
<EditorHistoryUndo />
<EditorHistoryRedo />
<TableOfContents />
<MultiBlocksSwitcher />
{ hasFixedToolbar && isLargeViewport && (
<div className="edit-post-header-toolbar__block-toolbar">
<BlockToolbar />
Expand Down
119 changes: 0 additions & 119 deletions editor/components/block-switcher/index.js

This file was deleted.

29 changes: 0 additions & 29 deletions editor/components/block-switcher/multi-blocks-switcher.js

This file was deleted.

52 changes: 0 additions & 52 deletions editor/components/block-switcher/style.scss

This file was deleted.

10 changes: 0 additions & 10 deletions editor/components/block-switcher/test/__snapshots__/index.js.snap

This file was deleted.

This file was deleted.

Loading

0 comments on commit 731b4fe

Please sign in to comment.