Skip to content

Commit

Permalink
Bugfix: need to also clear out default settings locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Nov 22, 2023
1 parent 7f01fa6 commit 3a5c4ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Chatbook/Settings.wl
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@ currentChatSettings0[ cell_CellObject ] /; $cloudInheritanceFix := Enclose[
Module[ { cellSettings, nbSettings },

cellSettings = ConfirmBy[
Block[ { $cloudInheritanceFix = False }, currentChatSettings0 @ cell ],
Block[ { $defaultChatSettings = <| |>, $cloudInheritanceFix = False },
currentChatSettings0 @ cell
],
AssociationQ,
"CellSettings"
];
Expand Down

0 comments on commit 3a5c4ed

Please sign in to comment.