Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 3e6f89b

Browse files
author
Francois-Xavier Gentilhomme
committed
[DEV] Add disableautoreconnect
1 parent a7c21c6 commit 3e6f89b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

myscript-text-web.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
canredo="[[ canredo ]]"
135135
canundo="[[ canundo ]]"
136136
idle="[[ idle ]]"
137+
disableautoreconnect="[[ disableautoreconnect ]]"
137138
disablecontrols="[[ disablecontrols ]]"
138139
disableclearcontrol="[[ disableclearcontrol ]]"
139140
disableundoredocontrol="[[ disableundoredocontrol ]]"
@@ -430,6 +431,15 @@
430431
reflectToAttribute: true,
431432
notify: true
432433
},
434+
/**
435+
* If set to true, disable the autoReconnect.
436+
*/
437+
disableautoreconnect: {
438+
type: Boolean,
439+
reflectToAttribute: true,
440+
value: false,
441+
notify: true
442+
},
433443
/**
434444
* If set to true, hide the buttons (Trash, Undo, Redo).
435445
*/

0 commit comments

Comments
 (0)