I have a figure in my subsubsection like this:
\section{Konzeption}
really interesting!
\subsection{Strukturierung}
see more details here
\subsubsection{Start-Skript}
Lorem ipsum...
\begin{figure}[H]
\centering
\scalebox{.8}{\input{charts/start_traffic_script}}
\caption{start script}
\label{fig:start_script}
\end{figure}
bla bla...
\subsubsection{Haupt-Skript}
Lorem Ipsum ...
Compiling and viewing the PDF works fine, but the structure on the left side in TexStudio gets broken which is quite annoying - it won't show the hierarchy correctly anymore. (Note, it's not a problem in the pdf viewer but in the latex file viewer)
I'm on Ubuntu 18.04 using TeXstudio 2.12.16. Does someone know how to fix this problem?

