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
in french layout letter 'n' is defined as a menu but without related menu definition, in some cases it works anyway, in other don't
to fix change this: td class="kbdH kdbCase kbdClick kMenu" _menu="FrN" _hoverOnly="true" _key="n"...
to this: td class="kbdH kdbCase kbdClick" _key="n"....
The text was updated successfully, but these errors were encountered:
in french layout letter 'n' is defined as a menu but without related menu definition, in some cases it works anyway, in other don't
to fix change this:
td class="kbdH kdbCase kbdClick kMenu" _menu="FrN" _hoverOnly="true" _key="n"...
to this:
td class="kbdH kdbCase kbdClick" _key="n"....
The text was updated successfully, but these errors were encountered: