Skip to content

Commit 1ed3e7c

Browse files
author
Frank Pagan
committed
fix: removed get-value attribute
1 parent 4670a9d commit 1ed3e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setValue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const setValue = (el, value) => {
7878
else {
7979
if (el.hasAttribute('contenteditable') && el == document.activeElement) return;
8080
// if (el.tagName === 'DIV') {
81-
// if (!el.classList.contains('domEditor') && !el.hasAttribute('get-value') && !el.hasAttribute('get-value-closest'))
81+
// if (!el.classList.contains('domEditor')
8282
// return
8383
// }
8484

0 commit comments

Comments
 (0)