You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The disableDrag property is not used anywhere in the code and therefore it is not working as intended.
I believe that _scroll() function supposed to have the following condition but it is missing.
Description
The
disableDrag
property is not used anywhere in the code and therefore it is not working as intended.I believe that
_scroll()
function supposed to have the following condition but it is missing.Expected outcome
Tabs are not scrolling when used in the following way:
Actual outcome
You can still drag the tabs. It is a problem when you implement your own draggable tabs so you can rearrange pages.
Steps to reproduce
scrollable
anddisable-drag
attributes or corresponding properties.Browsers Affected
It's not dependent on browser.
The text was updated successfully, but these errors were encountered: