diff --git a/src/containers/custom-procedures.jsx b/src/containers/custom-procedures.jsx
index da804985dc5f80e1d5ad587766ebd227c0fa73db..e691b0466f7c4c2de869c79c46264cc5db6fa480 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