Remove todo

This commit is contained in:
Cory LaViska
2020-07-13 15:05:32 -04:00
parent ef9d20046a
commit 8aa72caf6b

View File

@@ -9,13 +9,6 @@ import { Component, Prop, h } from '@stencil/core';
* @part base - The base wrapper
*/
//
// TODO:
//
// - transition in/out when label disappears
// - prevent initial rerender if possible (requestAnimationFrame hack)
//
@Component({
tag: 'sl-badge',
styleUrl: 'badge.scss',