codevdesign 1.0.15 → 1.0.16
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.
|
@@ -271,13 +271,6 @@
|
|
|
271
271
|
|
|
272
272
|
// Insert au curseur (respecte le contexte HTML)
|
|
273
273
|
ed.insertContent(texte)
|
|
274
|
-
|
|
275
|
-
// Synchroniser le v-model manuellement au cas où
|
|
276
|
-
try {
|
|
277
|
-
this.editorValue = ed.getContent()
|
|
278
|
-
} catch (e) {
|
|
279
|
-
console.warn('[Editeur] getContent après insererAuCurseur a échoué', e)
|
|
280
|
-
}
|
|
281
274
|
},
|
|
282
275
|
_normalizeToolbar(tb) {
|
|
283
276
|
const trimmed = (tb || '').trim()
|