Explorar o código

update a comment

Lendemor hai 1 ano
pai
achega
c28830f9eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      reflex/.templates/web/utils/state.js

+ 1 - 1
reflex/.templates/web/utils/state.js

@@ -161,7 +161,7 @@ export const applyEvent = async (event, socket) => {
   if (event.name == "_download") {
     const a = document.createElement("a");
     a.hidden = true;
-    // Special case when linking to uploaded files (when rx.download is returned from upload_files handler())
+    // Special case when linking to uploaded files (when rx.download is returned from upload_files handler.)
     a.href = event.payload.url.replace(
       "${getBackendURL(env.UPLOAD)}",
       getBackendURL(env.UPLOAD)