Skip to content

Commit

Permalink
BREAKING: rename data-fabric-hiddentextarea to data-fabric (#8292)
Browse files Browse the repository at this point in the history
aligns with the rest of the data attribute usage
  • Loading branch information
ShaMan123 committed Sep 20, 2022
1 parent f291945 commit e84f9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/itext_key_behavior.mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { config } from '../config';
this.hiddenTextarea.setAttribute('autocorrect', 'off');
this.hiddenTextarea.setAttribute('autocomplete', 'off');
this.hiddenTextarea.setAttribute('spellcheck', 'false');
this.hiddenTextarea.setAttribute('data-fabric-hiddentextarea', '');
this.hiddenTextarea.setAttribute('data-fabric', 'textarea');
this.hiddenTextarea.setAttribute('wrap', 'off');
var style = this._calcTextareaPosition();
// line-height: 1px; was removed from the style to fix this:
Expand Down

0 comments on commit e84f9a0

Please sign in to comment.