Skip to content

Commit 484e3cb

Browse files
authored
Update
1 parent 4b916a6 commit 484e3cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/019-MarkdownViewer.au3

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,11 @@ Func _WebView2_CopyHTML()
285285
EndFunc ;==>_WebView2_CopyHTML
286286

287287
Func _ClearEditor()
288-
#EndRegion ; === Core ===
289-
290288
GUICtrlSetData($g_idEdtMarkdown, "")
291289
_RenderMarkdown($oWebV2M, "")
292290
$g_iSaved = 1
293291
EndFunc ;==>_ClearEditor
292+
#EndRegion ; === Core ===
294293

295294
#Region ; === GUI helper ===
296295
Func _Web_MakeBar($hGUI, $ctx_list = "", $bAddress = 1) ; Make a Basic ToolBar for Browsing navigation

0 commit comments

Comments
 (0)