Skip to content

Commit

Permalink
[core] fix blip effect
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Dec 1, 2023
1 parent b2cc59d commit b00ae42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jnotebook-core/src/main/jte/index.jte
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@
background-color: #ffe4e4;
}
[x-cloak] { display: none !important; }
</style>

<script defer class="jnb-no-opti" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
Expand All @@ -668,7 +669,7 @@
<script defer class="jnb-no-opti" src="https://cdn.plot.ly/plotly-latest.min.js" onload="renderPlotly();"></script>
</head>
<body>
<div x-data="{ tocOpen: window.innerWidth >= 768, notebookStatus: 'Connected'}" class="flex">
<div x-cloak x-data="{ tocOpen: window.innerWidth >= 768, notebookStatus: 'Connected'}" class="flex">
<button x-on:click="tocOpen = ! tocOpen"
class="toc-toggle z-20 fixed right-2 top-2 md:right-auto md:left-3 md:top-[7px] text-slate-400 font-sans text-xs hover:underline cursor-pointer flex items-center bg-white py-1 px-3 md:p-0 rounded-full md:rounded-none border md:border-0 border-slate-200 shadow md:shadow-none">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="20"
Expand Down

0 comments on commit b00ae42

Please sign in to comment.