Explorar o código

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

NEEDLEMAN3\tatsu %!s(int64=4) %!d(string=hai) anos
pai
achega
cb61384380
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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