Explorar o código

Track issue GW-5368

Tatsunori Uchino %!s(int64=5) %!d(string=hai) anos
pai
achega
7d20ca60ec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/client/js/components/PageEditor.jsx

+ 1 - 0
src/client/js/components/PageEditor.jsx

@@ -62,6 +62,7 @@ class PageEditor extends React.Component {
     this.saveDraftWithDebounce = debounce(800, this.saveDraft);
 
     // Detect indent size from contents (only when users are allowed to change it)
+    // TODO: https://youtrack.weseek.co.jp/issue/GW-5368
     if (!this.props.appContainer.config.isIndentSizeForced && this.state.markdown) {
       const detectedIndent = detectIndent(this.state.markdown);
       if (detectedIndent.type === 'space' && new Set([2, 4]).has(detectedIndent.amount)) {