We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce683 commit 552c9a6Copy full SHA for 552c9a6
assets/js/collaborative-editor/components/ide/FullScreenIDE.tsx
@@ -830,7 +830,7 @@ export function FullScreenIDE({
830
ytext={currentJobYText}
831
awareness={awareness}
832
adaptor={currentJob.adaptor || 'common'}
833
- disabled={isReadOnly}
+ disabled={!canSave}
834
className="h-full w-full"
835
options={{
836
automaticLayout: true,
0 commit comments