remove test because we can't reliably suppress retargeted clicks

This commit is contained in:
Cory LaViska
2023-07-18 13:11:08 -04:00
parent 7218a19357
commit 5016d27af7
2 changed files with 1 additions and 22 deletions

View File

@@ -455,7 +455,7 @@ const App = () => (
### Disabled
Use the `disabled` attribute to disable a button. Clicks will be suppressed until the disabled state is removed.
Use the `disabled` attribute to disable a button.
```html:preview
<sl-button variant="default" disabled>Default</sl-button>