Support trailing spaces in inserted commands

This commit is contained in:
Jorge Manrubia
2025-07-03 09:57:01 +02:00
parent 75a8316609
commit 11d2b005a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/basecamp/actiontext-lexical
revision: 41a655a5af1e91057c39752e70336cda97703636
revision: 8176e814f34572ad9d9195f9fcf28c3363e4d2bd
branch: remove-diacritics
specs:
actiontext-lexical (0.1.0)
+1 -1
View File
@@ -5,6 +5,6 @@
<code><%= command %></code> <%= description %>
</template>
<template type="editor">
<%= editor_version %>
<%= editor_version.gsub(/ +$/, "&nbsp;").html_safe %>
</template>
</lexical-prompt-item>