fix type recipes for other backends
This commit is contained in:
parent
4c839837d3
commit
bf98db67a3
@ -656,6 +656,7 @@ function default(k::Symbol)
|
||||
letter, key = axis_k
|
||||
return _axis_defaults_byletter[letter][key]
|
||||
end
|
||||
k == :letter && return k # for type recipe processing
|
||||
k in _suppress_warnings || error("Unknown key: ", k)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user