mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix ObjectBookmarkFetch
This commit is contained in:
parent
cb7b0f53b3
commit
6aaad239ca
2 changed files with 1 additions and 3 deletions
|
@ -319,7 +319,7 @@ const Cell = observer(forwardRef<I.CellRef, Props>((props, ref) => {
|
|||
};
|
||||
|
||||
case 'reload': {
|
||||
C.ObjectBookmarkFetch(recordId, value, () => analytics.event('ReloadSourceData'));
|
||||
C.ObjectBookmarkFetch(record.id, value, () => analytics.event('ReloadSourceData'));
|
||||
break;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -28,8 +28,6 @@ class Focus {
|
|||
};
|
||||
this.backup = U.Common.objectCopy(this.state);
|
||||
|
||||
console.log('SET', range.from, range.to);
|
||||
console.trace();
|
||||
C.BlockSetCarriage(keyboard.getRootId(), id, range);
|
||||
return this;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue