Skip to content

Commit

Permalink
Update WebUI.wl
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI authored Jul 16, 2024
1 parent ad28617 commit 04af190
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Kernel/WebUI.wl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ WebUIContainer::usage = ""
WebUIContainerChild::usage = ""



WebUIJSBind::usage = ""
WebUIOnLoad::usage = ""

Expand All @@ -27,13 +26,11 @@ WebUIKeyListener::usage = ""

WebUIFetch::usage = ""

UILazyLoad;


Begin["`Private`"]

$DefaultSerializer = ExportByteArray[#, "ExpressionJSON"]&
ImportComponent[FileNameJoin[{$InputFileName // DirectoryName, "WebUI.wlx"}], "Localize"->False];

End["`Private`"]
Block[{$DefaultSerializer = ExportByteArray[#, "ExpressionJSON"]&},
ImportComponent[FileNameJoin[{$InputFileName // DirectoryName, "WebUI.wlx"}], "Localize"->False];
];

EndPackage[];
EndPackage[];

0 comments on commit 04af190

Please sign in to comment.