braid-text 0.5.12 → 0.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/syncarea.js +0 -1
- package/package.json +1 -1
package/client/syncarea.js
CHANGED
|
@@ -59,7 +59,6 @@ class SyncArea extends HTMLElement {
|
|
|
59
59
|
// Builds the inner textarea, wires up events, starts simpleton_client
|
|
60
60
|
// and cursor_highlights if enabled.
|
|
61
61
|
connect() {
|
|
62
|
-
console.log('DBG sync-area: connect', {src: this.getAttribute('src'), accept: this.getAttribute('accept')})
|
|
63
62
|
if (this.firstChild)
|
|
64
63
|
console.warn('<sync-area> ignoring existing child content')
|
|
65
64
|
while (this.firstChild) this.removeChild(this.firstChild)
|