hi everyone, I have created another canvas experim...
# devlog-together
o
hi everyone, I have created another canvas experiment https://uprun.github.io/canvas-typewriter/canvas-documents.html and now I am not sure if this is the way to go for me … maybe next time I will start with pen&paper prototype first
j
Pretty hard to drag things around. If I move too fast, it stops. Seems that
deselect_draggable_element
is the problem. If I type this into the console, it is much easier to drag around.
Copy code
just_notes.deselect_draggable_element = function() {}
o
thank you, I will look into the issue
removed the function
a
what if: • cmd+enter focussed on the next block for typing right away • cmd+enter on the next block moved other as-yet-unmoved blocks immediately above up by one position (but manually moved blocks maintain their given position of course) • there was a mini-map of the whole canvas
o
• cmd+enter focussed on the next block for typing right away
actually just Enter allows to create a new note