File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ private void Navigation()
437437</DemoBlock >
438438
439439<DemoBlock Title =" @Localizer[" TabsChromeStyleTitle " ]" Introduction =" @Localizer[" TabsChromeStyleIntro " ]" Name =" Chrome" >
440- <Tab IsCard =" true" ShowClose =" true" TabStyle =" TabStyle.Chrome" >
440+ <Tab IsCard =" true" ShowClose =" true" TabStyle =" TabStyle.Chrome" AllowDrag = " true " >
441441 <TabItem Text =" @Localizer[" TabItem1Text " ]" Icon =" fa-solid fa-user" >
442442 <div >@Localizer ["TabItem1Content"]</div >
443443 </TabItem >
@@ -454,7 +454,7 @@ private void Navigation()
454454</DemoBlock >
455455
456456<DemoBlock Title =" @Localizer[" TabsCapsuleStyleTitle " ]" Introduction =" @Localizer[" TabsCapsuleStyleIntro " ]" Name =" Capsule" >
457- <Tab IsCard =" true" ShowClose =" true" TabStyle =" TabStyle.Capsule" >
457+ <Tab IsCard =" true" ShowClose =" true" TabStyle =" TabStyle.Capsule" AllowDrag = " true " >
458458 <TabItem Text =" @Localizer[" TabItem1Text " ]" Icon =" fa-solid fa-user" >
459459 <div >@Localizer ["TabItem1Content"]</div >
460460 </TabItem >
You can’t perform that action at this time.
0 commit comments