mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Drop support for Internet Explorer
This commit is contained in:
parent
c5cf7ab144
commit
b82bf5c726
7 changed files with 149 additions and 619 deletions
|
@ -606,9 +606,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!abrowser.msie) {
|
||||
_reachBlockPoint(node, 1, state);
|
||||
}
|
||||
_reachBlockPoint(node, 1, state);
|
||||
if (isBlock) {
|
||||
if (lines.length() - 1 == startLine) {
|
||||
// added additional check to resolve https://github.com/JohnMcLear/ep_copy_paste_images/issues/20
|
||||
|
@ -624,10 +622,6 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
|
|||
_ensureColumnZero(state);
|
||||
}
|
||||
}
|
||||
if (abrowser.msie) {
|
||||
// in IE, a point immediately after a DIV appears on the next line
|
||||
_reachBlockPoint(node, 1, state);
|
||||
}
|
||||
state.localAttribs = localAttribs;
|
||||
};
|
||||
// can pass a falsy value for end of doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue