Yuki Takei 6 лет назад
Родитель
Сommit
f2f76afbde

+ 1 - 1
packages/growi-plugin-attachment-refs/src/client/js/util/RefsContext.js

@@ -199,7 +199,7 @@ export default class RefsContext extends TagContext {
   getAbsolutePathFor(relativePath) {
     return decodeURIComponent(
       pathUtils.normalizePath( // normalize like /foo/bar
-        url.resolve(pathUtils.addTrailingSlash(this.fromPagePath), relativePath)
+        url.resolve(pathUtils.addTrailingSlash(this.fromPagePath), relativePath),
       ),
     );
   }