From 7254178b410086c2777bda4f6319bd29d0a1d155 Mon Sep 17 00:00:00 2001 From: Clement Sepulchre Date: Wed, 27 Nov 2024 11:15:27 +0100 Subject: [PATCH] fix build issue --- .../Features/Playground/PlaygroundView.axaml.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/SukiUI.Demo/Features/Playground/PlaygroundView.axaml.cs b/SukiUI.Demo/Features/Playground/PlaygroundView.axaml.cs index 73290b051..8c0d7e71a 100644 --- a/SukiUI.Demo/Features/Playground/PlaygroundView.axaml.cs +++ b/SukiUI.Demo/Features/Playground/PlaygroundView.axaml.cs @@ -51,15 +51,7 @@ protected override void OnApplyTemplate(TemplateAppliedEventArgs e) _textEditor.Text = XamlData.PlaygroundStartingCode; _textEditor.TextArea.IndentationStrategy = new CSharpIndentationStrategy(_textEditor.Options); _textEditor.TextArea.RightClickMovesCaret = true; - - - _renderButton = this.FindControl