fix minor issue in dashboard style, and improve scrollbar style
This commit is contained in:
parent
65eda5648c
commit
269dcde557
3 changed files with 72 additions and 38 deletions
|
@ -186,8 +186,8 @@ export class StyledButton extends LitElement {
|
|||
}
|
||||
|
||||
private _handleClick(e: MouseEvent) {
|
||||
e.preventDefault();
|
||||
if (this.disabled || this.loading) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue