outl1ne / nova-page-manager

Static page and region manager for Laravel Nova - designed for headless CMS's.
MIT License
178 stars 38 forks source link

Can't use nova-tabs with nova-page-manager #70

Open Jimmylet opened 3 years ago

Jimmylet commented 3 years ago

Hello,

First of all, thank you for this great package.

I am trying to implement the popular nova-tabs package with nova-page-manager.

I've extended the "Page" resource of this package to add the "useOnEditTabs" trait to have the tabs in the page-manager edit view.

It works except that... every time I change "tabs", it refreshes the page.

Something with this package is doing this behavior, can you tell me what?

Thank you

Anthony2511 commented 3 years ago

Same problem. Does anyone have a solution?