1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/app/scripts
Chris Taylor 7f19d90514 ct: Try to preserve newlines while copying.
- For some reason, copying a multi-line field's value in Chrome does so
  whilst preserving newlines.  In the desktop app on OSX, though,
  multiline values are copied as a single line.

- Although non-standard, the .innerText property of a Node will do
  better at preserving plain-text-formatting (newlines, and such) from
  child elements.  Where it doesn't exist, fallback to whatever JQuery's
  `.text()` uses.
2016-06-10 21:36:58 -04:00
..
auto-type auto-type hint 2016-04-26 22:40:18 +03:00
collections select file for new records 2016-06-05 17:49:00 +03:00
comp fix #176: logout from remote storages on disable 2016-06-04 18:08:50 +03:00
const repo links 2016-06-04 23:34:49 +03:00
helpers String globalization 2015-12-17 21:25:25 +03:00
mixins entry auto-type ui 2016-04-23 17:50:40 +03:00
models select file for new records 2016-06-05 17:49:00 +03:00
presenters fix #163: allow opening same file twice 2016-06-05 13:25:50 +03:00
storage fix #242: webdav in ie 2016-06-10 20:31:16 +03:00
util fix #224: group info in entry details 2016-06-04 15:47:56 +03:00
views ct: Try to preserve newlines while copying. 2016-06-10 21:36:58 -04:00
app.js fix #217: ability to increase font size 2016-05-15 10:57:29 +03:00