Explorar el Código

BugFix: Table rendering missed border when timeline and search result

Yuki Takei hace 7 años
padre
commit
5243ab1510
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/client/js/util/GrowiRenderer.js

+ 3 - 3
src/client/js/util/GrowiRenderer.js

@@ -99,13 +99,13 @@ export default class GrowiRenderer {
           new TableConfigurer(crowi)
         ]);
         break;
-      case 'comment':
+      // case 'comment':
+      //   break;
+      default:
         this.markdownItConfigurers = this.markdownItConfigurers.concat([
           new TableConfigurer(crowi)
         ]);
         break;
-      default:
-        break;
     }
   }