feat: add debug coordinate overlay

Makes debugging issues in conversion from screen space
to diagram space easier.

Only adding english translations as I do not speak the
other languages.
This commit is contained in:
Felix Zedén Yverås
2024-06-27 18:03:44 +02:00
parent 354ea47529
commit 32c82168fe
4 changed files with 184 additions and 91 deletions
+1
View File
@@ -13,6 +13,7 @@ export default function SettingsContextProvider({ children }) {
panning: true,
showCardinality: true,
tableWidth: tableWidth,
showCursorCoordinates: false,
});
return (