Explorar o código

BugFix: Table rendering missed border when timeline and search result

Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
5243ab1510
Modificáronse 1 ficheiros con 3 adicións e 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;
     }
   }