style: remove redundant comment

This commit is contained in:
kotaindah55 2025-02-06 21:21:18 +02:00
parent c0b5763d07
commit 1ff4d008e5

View file

@ -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();
}
} */
}