khorbushk
khorbushk
looks like there is some typo in SwiftUIViewRepresentable ``` private func getWebView(context: Context) -> CodeWebView { let codeView = CodeWebView() codeView.setReadOnly(isReadOnly) codeView.setMode(mode) codeView.setFontSize(fontSize) codeView.setContent(content) codeView.clearSelection() codeView.textDidChanged = { text in...
the problem is that "aceEditorDidChanged" returns at first value and than empty string - at any change (maybe indicator of end line or so...) but this triggers the issue