mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
now it works
This commit is contained in:
parent
6e043ed12b
commit
5fd389b9d0
@ -328,7 +328,7 @@ namespace Bloxstrap.UI.Elements.Editor
|
|||||||
|
|
||||||
private void OpenTypeValueAutoComplete(string typeName)
|
private void OpenTypeValueAutoComplete(string typeName)
|
||||||
{
|
{
|
||||||
if (CustomBootstrapperSchema.Types.ContainsKey(typeName))
|
if (!CustomBootstrapperSchema.Types.ContainsKey(typeName))
|
||||||
throw new Exception($"Schema for type {typeName} is missing. Blame Matt!");
|
throw new Exception($"Schema for type {typeName} is missing. Blame Matt!");
|
||||||
|
|
||||||
var typeValues = CustomBootstrapperSchema.Types[typeName].Values;
|
var typeValues = CustomBootstrapperSchema.Types[typeName].Values;
|
||||||
|
Loading…
Reference in New Issue
Block a user