From a9fbe0f975e557dba4d2b13d837beaf247c040c7 Mon Sep 17 00:00:00 2001 From: Nikita Pavlenko Date: Fri, 24 Jan 2025 17:03:43 +0100 Subject: [PATCH] [PyCharm] PY-29177 Jupyter (fix): Added path resolution to relative local files (../../../1.png) Part 1, initial commit of JS part. (cherry picked from commit 8e28858f8e6b206b044c4b7cb46a6d4932a7e29d) (cherry picked from commit f75ec86191d844fce62acb7d0f3835349d48378d) IJ-CR-155171 GitOrigin-RevId: 16ddacb8aa77275dd894c488d36931670e45881c --- .../jupyter/core/jupyter/preview/JupyterCefHttpHandlerBase.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter/src/com/intellij/notebooks/jupyter/core/jupyter/preview/JupyterCefHttpHandlerBase.kt b/jupyter/src/com/intellij/notebooks/jupyter/core/jupyter/preview/JupyterCefHttpHandlerBase.kt index 45f2ae2926b2..ca59ffafc614 100644 --- a/jupyter/src/com/intellij/notebooks/jupyter/core/jupyter/preview/JupyterCefHttpHandlerBase.kt +++ b/jupyter/src/com/intellij/notebooks/jupyter/core/jupyter/preview/JupyterCefHttpHandlerBase.kt @@ -22,7 +22,7 @@ abstract class JupyterCefHttpHandlerBase(private val absolutePathFiles: Set