suchnsuch / Tangent

The publicly-available modules of the Tangent project.
108 stars 7 forks source link

Renaming a Query does not work. #45

Closed taylorhadden closed 5 months ago

taylorhadden commented 6 months ago

Renaming a query from the query name in order to save it does not work.

The following is output to the dev console:

Uncaught TypeError: S.api.move is not a function
    at yx.<anonymous> (QuerySettingsView.svelte:41:18)
    at lifecycle.js:105:8
    at Array.forEach (<anonymous>)
    at lifecycle.js:104:22
    at HTMLSpanElement.<anonymous> (WorkspaceFileHeader.svelte:69:8)
    at HTMLSpanElement.b (WorkspaceFileHeader.svelte:80:21)
    at HTMLSpanElement.o (keyboard.js:188:26)

Looks like it was a missing element from the API refactor. I really wish Svelte was better about that.