Skip to content

Commit 5809f19

Browse files
committed
deploy: cd657c3
1 parent 09cff38 commit 5809f19

File tree

213 files changed

+420
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+420
-400
lines changed

LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function RemoteFunctions(config = {}) {
7070
"renderDropdownItems",
7171
// called when an item is selected from the more options dropdown
7272
"handleDropdownClick",
73+
"updateContent", // in-place content refresh for control box etc. after drag
7374
"reRegisterEventHandlers",
7475
"handleClick", // handle click on an icon in the tool box.
7576
// when escape key is presses in the editor, we may need to dismiss the live edit boxes.
@@ -574,6 +575,10 @@ function RemoteFunctions(config = {}) {
574575
if (SHARED_STATE.isAutoScrolling || SHARED_STATE._isDraggingSVG) {
575576
return;
576577
}
578+
if (customReturns.selectorBox && customReturns.selectorBox.isOpen &&
579+
customReturns.selectorBox.isOpen()) {
580+
return;
581+
}
577582

578583
const element = event.target;
579584
if(!LivePreviewView.isElementInspectable(element) || element.nodeType !== Node.ELEMENT_NODE) {
@@ -1353,7 +1358,7 @@ function RemoteFunctions(config = {}) {
13531358
}
13541359

13551360
// Preserve the currently selected element across re-registration
1356-
// so that toggling options (e.g. show measurements, show spacing handles)
1361+
// so that toggling options (e.g. show measurements)
13571362
// doesn't clear the element highlighting.
13581363
const selectedBeforeReregister = previouslySelectedElement;
13591364
registerHandlers();

LiveDevelopment/LivePreviewConstants.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LiveDevelopment/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ window.AppConfig = {
3535
"app_update_url": "https://updates.phcode.io/tauri/update-latest-pre-release.json",
3636
"extensionTakedownURL": "https://updates.phcode.io/extension_takedown.json",
3737
"linting.enabled_by_default": true,
38-
"build_timestamp": "2026-04-12T05:54:46.051Z",
38+
"build_timestamp": "2026-04-12T18:17:15.950Z",
3939
"googleAnalyticsID": "G-FP5S9BKDSJ",
4040
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
4141
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
@@ -47,7 +47,7 @@ window.AppConfig = {
4747
"bugsnagEnv": "staging"
4848
},
4949
"name": "Phoenix Code",
50-
"version": "5.1.7-22648",
50+
"version": "5.1.7-22654",
5151
"apiVersion": "5.1.7",
5252
"homepage": "https://core.ai",
5353
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)