You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sanitizer runs before paste, while should run after
Current behavior makes it totally impossible to replace new lines with BR tags to preserve text formatting when inserting text/plain into text angular
another approach would be to fix sanitizer(preserve space/newline) but this seems to be more complex
The text was updated successfully, but these errors were encountered:
let4be
changed the title
Text angular sanitizer wipes new lines before paste making it impossible to replace them with BR tags
sanitizer wipes new lines before ta-paste making it impossible to replace them with BR tags
May 11, 2015
…ste handler.
FixestextAngular#686
BREAKING CHANGES: This changes the structure of the files - all production files are now in the dist folder, this makes where PR's should be done a little more clear.
If you were referencing the src/*.js files they will need to be updated to dist/*js.
https://github.com/fraywing/textAngular/blob/7ee680ddc7d750641daa4f226b94bb73025749da/src/textAngular.js#L1420
sanitizer runs before paste, while should run after
Current behavior makes it totally impossible to replace new lines with BR tags to preserve text formatting when inserting text/plain into text angular
another approach would be to fix sanitizer(preserve space/newline) but this seems to be more complex
The text was updated successfully, but these errors were encountered: