mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 13:28:48 +02:00
remove console.logs
This commit is contained in:
@@ -81,7 +81,7 @@ export default function SideDrawer() {
|
||||
tableState?.rows[cell.row].ref.path
|
||||
)}`
|
||||
);
|
||||
console.log(tableState?.tablePath, tableState?.rows[cell.row].id);
|
||||
// console.log(tableState?.tablePath, tableState?.rows[cell.row].id);
|
||||
if (urlDocState.doc) {
|
||||
urlDocState.unsubscribe();
|
||||
dispatchUrlDoc({ path: "", doc: null });
|
||||
|
||||
@@ -204,6 +204,7 @@ export default function Table() {
|
||||
}}
|
||||
onRowsUpdate={(e) => {
|
||||
const { action, fromRow, toRow, updated, cellKey } = e;
|
||||
console.log(e);
|
||||
switch (action) {
|
||||
case "CELL_UPDATE":
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user