BUG: Cannot set Block display value
- Dominant language
- TypeScript
- Stars
- 26.2k
- Forks
- 4.6k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 6
Description
### GrapesJS version
- [X] I confirm to use the latest version of GrapesJS
### What browser are you using?
Chrome 126
### Reproducible demo link
https://jsfiddle.net/Gryphonn/ob1pznh6/
### Describe the bug
**How to reproduce the bug?**
1. Select any word.
2. Wrap it for style.
3. Keep this word selected.
4. Go to General -> Display
5. I want Block. I click Block but nothing happens.
**What is the expected behavior?**
Display value must be either empty so that I can instantly choose whatever I need.
Or it must show the current actual display value of the selected text. Which is Inline in this case and not Block.
**What is the current behavior?**
Currently I need to click twice.
First, click anything except Block. The display field is activated.
Then I should click Block.
If is necessary to execute some code in order to reproduce the bug, paste it here below:
```js
// your code here
```
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.