From c7d504e37a5628eeb8be797063f702ff7d10e466 Mon Sep 17 00:00:00 2001 From: chrisgarrity <chrisg@media.mit.edu> Date: Fri, 10 Aug 2018 08:19:32 -0400 Subject: [PATCH] Add Todo with link to new issue --- src/containers/custom-procedures.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/containers/custom-procedures.jsx b/src/containers/custom-procedures.jsx index da804985d..e691b0466 100644 --- a/src/containers/custom-procedures.jsx +++ b/src/containers/custom-procedures.jsx @@ -58,7 +58,8 @@ class CustomProcedures extends React.Component { const dy = (metrics.viewHeight / 2) - (this.mutationRoot.height / 2) - y; let dx; if (this.props.isRtl) { - // HACK!! This is temporary until we can figure out what's going on width + // // TODO: https://github.com/LLK/scratch-gui/issues/2838 + // This is temporary until we can figure out what's going on width // block positioning on the workspace for RTL. // Workspace is always origin top-left, with x increasing to the right // Calculate initial starting offset and save it, every other move -- GitLab