We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Converting a locked UseOnce block to another block type does not remove the lock.
Chrome with WP 4.9.4 vagrant and Gutenberg 2.3.0.
The lock to be lifted after an acceptable transformation has been made (as in, to a block that does not trigger UseOnce).
UseOnce is enforced until the block is deleted.
The text was updated successfully, but these errors were encountered:
useOnce
@hedgefield, I was circling back to this one. Can you still repro?
Sorry, something went wrong.
Nope, it's fixed in 2.4! 🎉
mcsf
No branches or pull requests
Issue Overview
Converting a locked UseOnce block to another block type does not remove the lock.
Steps to Reproduce (for bugs)
Chrome with WP 4.9.4 vagrant and Gutenberg 2.3.0.
Expected Behavior
The lock to be lifted after an acceptable transformation has been made (as in, to a block that does not trigger UseOnce).
Current Behavior
UseOnce is enforced until the block is deleted.
The text was updated successfully, but these errors were encountered: