mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Temporary fix that was breaking clicks inside of embedded pads
This commit is contained in:
parent
6b49a56e01
commit
5f46ac2b01
1 changed files with 3 additions and 1 deletions
|
@ -3488,7 +3488,9 @@ function OUTER(gscope)
|
||||||
function handleClick(evt)
|
function handleClick(evt)
|
||||||
{
|
{
|
||||||
//hide the dropdowns
|
//hide the dropdowns
|
||||||
|
if(window.top.padeditbar){ // required in case its in an iframe should probably use parent.. See Issue 327 https://github.com/Pita/etherpad-lite/issues/327
|
||||||
window.top.padeditbar.toogleDropDown("none");
|
window.top.padeditbar.toogleDropDown("none");
|
||||||
|
}
|
||||||
|
|
||||||
inCallStack("handleClick", function()
|
inCallStack("handleClick", function()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue