Răsfoiți Sursa

:art: fix https://hacpai.com/article/1579786655216/comment/1588987002538?r=Vanessa

Liyuan Li 5 ani în urmă
părinte
comite
535074801c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/ts/toolbar/Counter.ts

+ 1 - 1
src/ts/toolbar/Counter.ts

@@ -3,7 +3,7 @@ export class Counter {
 
     constructor(vditor: IVditor) {
         this.element = document.createElement("span");
-        this.element.className = "vditor-counter vditor-tooltipped vditor-tooltipped__n";
+        this.element.className = "vditor-counter vditor-tooltipped vditor-tooltipped__nw";
 
         this.render(vditor, "");