bilogic
bilogic
temporary parking spot for my code ```javascript // globals.js window.onbeforeunload = function (e) { if (SQL.Designer.is_dirty) { return "" /* some browsers will show this text, some won't. */; }...
ok thanks!
@ondras this is the other one https://github.com/ondras/wwwsqldesigner/pull/321
bump :)
@ondras help :)
I took a closer look, it seems that sqldesigner accounts for only width and height, this implicitly assumes the canvas always starts at 0, 0.
What I did was have a CRUD and on each row included a `
pardon the numerous commits, able to squash them all into 1 when pulling?
I have another PR that is based off this PR https://github.com/bilogic/wwwsqldesigner/tree/reordering-fork-configurable-shortcuts, i.e. it's being blocked until this is cleared :)
I have constraint all commits here to keyboard shortcuts, the changes in the 6 files are quite clean to me. Thank you.