mirror of
https://github.com/edufeed-org/educards.git
synced 2025-12-09 16:24:34 +00:00
little cleanup
This commit is contained in:
parent
ec9d8bdb1e
commit
bb9f829b74
2 changed files with 0 additions and 5 deletions
|
|
@ -26,13 +26,9 @@
|
|||
}
|
||||
function handleDndFinalizeColumns(e) {
|
||||
items = e.detail.items;
|
||||
|
||||
// store current state
|
||||
publishBoard({ ...$currentBoard, items });
|
||||
}
|
||||
function handleClick(e) {
|
||||
alert('dragabble elements are still clickable :)');
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="flex flex-row items-center justify-between">
|
||||
|
|
|
|||
|
|
@ -198,7 +198,6 @@ export async function publishBoard(board) {
|
|||
}
|
||||
|
||||
export async function publishCards(column) {
|
||||
const ndk = getNdk();
|
||||
column.publishReplaceable();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue