Skip to content

Commit 5b1fd1e

Browse files
authored
Merge branch 'develop' into pr05/migrate_client_utils_instance
2 parents e1c7be8 + a41c1b7 commit 5b1fd1e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type { import('@storybook/react-webpack5').StorybookConfig } */
22
const config = {
3-
stories: ['../client/**/*.stories.(jsx|md|tsx)'],
3+
stories: ['../client/**/*.stories.(jsx|mdx|tsx)'],
44
addons: [
55
'@storybook/addon-links',
66
'@storybook/addon-essentials',

client/modules/IDE/pages/IDEView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const IDEView = () => {
106106
const [sidebarSize, setSidebarSize] = useState(160);
107107
const [isOverlayVisible, setIsOverlayVisible] = useState(false);
108108
const [MaxSize, setMaxSize] = useState(window.innerWidth);
109-
const [displayBanner, setDisplayBanner] = useState(true);
109+
const [displayBanner, setDisplayBanner] = useState(false);
110110

111111
const cmRef = useRef({});
112112

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.16.11",
3+
"version": "2.16.12",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)