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

Add new block indicator should show in place of empty block instead of below it #16272

Conversation

marecar3
Copy link
Contributor

Fixes : wordpress-mobile/gutenberg-mobile#1165

To test:

  1. Open new Post
  2. Open block inserter

Result: Add Block Here should show above block

  1. Put some words into Block
  2. Open block inserter

Result: Add Block Here should show below block

ezgif com-video-to-gif (4)

@marecar3 marecar3 requested review from Tug and etoledom June 25, 2019 00:44
return (
<ReadableContentView>
<ReadableContentView reversed={ shouldReverseContent }>
Copy link
Contributor

Choose a reason for hiding this comment

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

Pretty clean solution, I like it 👍

Copy link
Contributor

@Tug Tug left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Empty blocks] "Add new block" indicator should show in place of empty block instead of below it
3 participants