One more upstream patch
This commit is contained in:
parent
ed7e53f971
commit
de7c80112d
10
src/patches/MemberListView-OCnick.patch
Normal file
10
src/patches/MemberListView-OCnick.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- MemberListView-old.js 2014-03-21 20:54:57.764793256 +0300
|
||||
+++ MemberListView.js 2014-03-21 20:55:12.761110324 +0300
|
||||
@@ -116,6 +116,7 @@
|
||||
//avatar.getCaret().hideHandle();
|
||||
};
|
||||
avatarDiv.onclick = function () {
|
||||
+ documentsMain.onNickChange(memberId, fullnameNode);
|
||||
var caret = editorSession.sessionView.getCaret(memberId);
|
||||
if (caret) {
|
||||
//caret.toggleHandleVisibility();
|
@ -33,6 +33,7 @@ cp "$WEBODF_BUILDDIR"/programs/editor/editor.css ./css/3rdparty/webodf
|
||||
patch -p1 -i src/patches/fontsCssPath.patch
|
||||
patch -p1 -i src/patches/hideCaretAvatar.patch
|
||||
patch -p1 -i src/patches/MemberListView-OCavatar.patch
|
||||
patch -p1 -i src/patches/MemberListView-OCnick.patch
|
||||
patch -p1 -i src/patches/keepBodyStyle.patch
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user