mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
style: remove redundant comment
This commit is contained in:
parent
c0b5763d07
commit
1ff4d008e5
1 changed files with 1 additions and 8 deletions
|
|
@ -100,11 +100,4 @@ export class ColorButton extends WidgetType {
|
|||
static of(offset: number, color: string) {
|
||||
return Decoration.widget({ widget: new ColorButton(offset, color) }).range(offset);
|
||||
}
|
||||
}
|
||||
|
||||
/* class ColorMenu extends Menu {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
} */
|
||||
}
|
||||
Loading…
Reference in a new issue