From 164ae305cef8c44c2d6e22b1752c4578915f7fb4 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 31 Mar 2023 10:09:50 -0700 Subject: [PATCH] modify todos --- src/webshare-elems.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webshare-elems.tsx b/src/webshare-elems.tsx index f5432bd7..1a57b404 100644 --- a/src/webshare-elems.tsx +++ b/src/webshare-elems.tsx @@ -25,6 +25,8 @@ let foo = LinesView; // TODO reshare // TODO debounce some of the updates +// TODO image size +// TODO rtnstate function makeFullRemoteRef(ownerName : string, remoteRef : string, name : string) : string { if (isBlank(ownerName) && isBlank(name)) {