feat: moved css to html file, updated readme
This commit is contained in:
@@ -14,10 +14,6 @@ export default abstract class Rung {
|
||||
return this.node;
|
||||
}
|
||||
|
||||
protected getEl(): Node {
|
||||
return this.render();
|
||||
}
|
||||
|
||||
redraw(): void {
|
||||
const oldNode = this.node;
|
||||
if (!oldNode || !this.node) {
|
||||
|
||||
Reference in New Issue
Block a user