Steven Silvester 7 lat temu
rodzic
commit
8f232a82fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/cells/src/widget.ts

+ 1 - 1
packages/cells/src/widget.ts

@@ -166,7 +166,7 @@ const RENDER_TIMEOUT = 1000;
  * A base cell widget.
  */
 export
-class Cell extends Widget implements {
+class Cell extends Widget {
   /**
    * Construct a new base cell widget.
    */