Преглед изворни кода

refs #84547: fix search render html
- add TODO comment

NEEDLEMAN3\tatsu пре 4 година
родитељ
комит
cb61384380
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/app/src/components/SearchPage.jsx

+ 1 - 0
packages/app/src/components/SearchPage.jsx

@@ -52,6 +52,7 @@ class SearchPage extends React.Component {
       deleteTargetPageIds: new Set(),
     };
 
+    // TODO: Move this code to the right place after completing the "omit unstated" initiative.
     const { interceptorManager } = props.appContainer;
     interceptorManager.addInterceptor(new DetachCodeBlockInterceptor(props.appContainer), 10); // process as soon as possible
     interceptorManager.addInterceptor(new RestoreCodeBlockInterceptor(props.appContainer), 900); // process as late as possible