Stripe processed text
This commit is contained in:
parent
8336a05918
commit
5f0abdc476
@ -35,7 +35,7 @@ class TypographSelectionCommand(sublime_plugin.TextCommand):
|
|||||||
|
|
||||||
for region in self.view.sel():
|
for region in self.view.sel():
|
||||||
processed = typograf.processText(self.view.substr(region))
|
processed = typograf.processText(self.view.substr(region))
|
||||||
self.view.replace(edit, region, processed)
|
self.view.replace(edit, region, processed.strip())
|
||||||
|
|
||||||
|
|
||||||
def get_settings(self):
|
def get_settings(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user