Fix Gr inheritance

This commit is contained in:
be5invis 2022-10-29 15:01:33 -07:00
parent b3b7646f5b
commit 2276c0ec18

View file

@ -424,4 +424,9 @@ export function hashCv(g) {
///////////////////////////////////////////////////////////////////////////////////////////////////
export const SvInheritableRelations = [DependentSelector, Joining, NeqLigationSlashDotted];
export const SvInheritableRelations = [
DependentSelector,
Joining,
NeqLigationSlashDotted,
OgonekTrY
];