Skip to content

Commit

Permalink
Merge pull request #212 from netgrif/NAE-1911
Browse files Browse the repository at this point in the history
[NAE-1911] Autosave on text area in cooperation with button
  • Loading branch information
renczesstefan authored Jul 25, 2023
2 parents c2f49b1 + 69ab019 commit 11d14a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {decodeBase64, encodeBase64} from "../../utility/base64";
providedIn: 'root'
})
export class FieldConverterService {
private textFieldNames = ['textarea', 'richtextarea', 'htmltextarea', 'editor', 'htmlEditor', 'area']
private textFieldNames = [ 'richtextarea', 'htmltextarea', 'editor', 'htmlEditor' ]

constructor() {
}
Expand Down

0 comments on commit 11d14a8

Please sign in to comment.