You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an exported dictionary, when adding a new key/value pair with a String, trying to type the string results in the field becoming unfocused after every character typed.
This happens when the string is the key or in the value.
This issue causes you to have to click into the typing field each time you enter a character.
Steps to reproduce
This can be recreated in a blank project by exported a blank dictionary and trying to edit it in the inspector.
extends Node2D
@export var blank_dictionary = {}
Minimal reproduction project
No need for example project.
The text was updated successfully, but these errors were encountered:
Godot version
v4.1.beta3.official [ada712e]
System information
Godot v4.1.beta3 - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 31.0.15.3598) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)
Issue description
For an exported dictionary, when adding a new key/value pair with a String, trying to type the string results in the field becoming unfocused after every character typed.
This happens when the string is the key or in the value.
This issue causes you to have to click into the typing field each time you enter a character.
Steps to reproduce
This can be recreated in a blank project by exported a blank dictionary and trying to edit it in the inspector.
Minimal reproduction project
No need for example project.
The text was updated successfully, but these errors were encountered: