Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragging a file into an entity tree raptures it #15

Open
AnthonyFuller opened this issue Nov 12, 2024 · 0 comments
Open

Dragging a file into an entity tree raptures it #15

AnthonyFuller opened this issue Nov 12, 2024 · 0 comments
Labels
issue An issue that should be fixed.

Comments

@AnthonyFuller
Copy link

The issue

Reproduction steps

  1. Have a file in your file tree. (In my case it was a .material.json file)
  2. Drag it into an entity tree.

Expected behaviour

Its added as a sub-entity (I know this probably just isn't a feature yet, but I thought I'd at least try).

Observed behaviour

The file disappears from the file tree (but not the disk).

Logs

[2024-11-12][09:09:01][TRACE][webview::unknown] Sending event {
	"type": "editor",
	"data": {
		"type": "entity",
		"data": {
			"type": "tree",
			"data": {
				"type": "addGameBrowserItem",
				"data": {
					"editor_id": "c29fb286-a747-4b21-ae27-c800ede727c2",
					"parent_id": "7d28f56a45ccbb2a",
					"file": "4d186bed-a37e-41d5-98fb-d190f792920e"
				}
			}
		}
	}
}
@AnthonyFuller AnthonyFuller added the issue An issue that should be fixed. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue An issue that should be fixed.
Projects
None yet
Development

No branches or pull requests

1 participant