Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverWales authored Apr 4, 2023
1 parent 751600a commit a495d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/sandpack/files/cloud/code-CloudToolbarButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const buttonStyle: React.CSSProperties = {
export const CloudToolbarButtons = () => {
const editor = useMyPlateEditorRef(useEventPlateId()) as PlateCloudEditor;
const getSaveValue = () => {
console.info(editor.cloud.getSaveValue());
console.info('editor.children', editor.children);
console.info('editor.cloud.getSaveValue()', editor.cloud.getSaveValue());
};
const finishUploads = async () => {
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sandpack/plate-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const excalidrawVersion = '20.4.0';
export const juiceVersion = '20.4.0';
export const selectionVersion = '20.4.0';
export const cloudVersion = '20.4.0';
export const cloudUiVersion = '20.4.0';
export const cloudUiVersion = '20.6.1';
export const dndVersion = '20.4.0';
export const dndUiVersion = '20.4.0';

0 comments on commit a495d03

Please sign in to comment.