-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
props.isHovered not working #7281
Comments
In which component |
@youknowriad Hmmm, searched and there's |
Maybe you should try showing them inside the |
@youknowriad I'm using |
Oh, so you're extending the core provided columns block, I suggested creating your own columns block instead. Or if you prefer, you can add the tabs to your |
@youknowriad yes. I think there's no point on creating a new one since I'll be adding toggle selection view on the block's setting area. Do you think it's possible to show the tabs when innerblocks are selected? Thanks! |
If the tabs are not displayed in |
@youknowriad Thanks! Will try it out. |
I'm closing for now, let me know if it doesn't work. |
@youknowriad I thinks there's no option aside from |
Just remove the |
@youknowriad I'm using similar code to this one : #4002 👍
|
@youknowriad Can you change the status to open again? Thanks! |
Remove the wrapper |
@youknowriad Thanks! It's working now. Another question is do have idea how can I add item on the Block Settings? I need to add toggle view for tabbed and the default one. Thanks! |
@youknowriad There's a problem on onClick when it's not on |
That's not possible and that maybe a good Extensibility Slot to add, but not possible at the moment.
Unfortunately, I can't debug all the issues you have in your plugin, a bit more efforts to find the source of these issues would be greatly appreciated. |
Hi,
I'm creating a tabbed-layout column for easier column management and found out that isSelected is working but isHovered isn't. Here's a preview on what I'm working on. Thanks!
Cheers,
Jeffrey
The text was updated successfully, but these errors were encountered: