mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Comment-out console.log
This commit is contained in:
@@ -88,7 +88,7 @@ function expandSection(element) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function toggleFrameVisibility(frameHeader) {
|
function toggleFrameVisibility(frameHeader) {
|
||||||
console.log("toggling frame visibility");
|
// console.log("toggling frame visibility");
|
||||||
const selection = window.getSelection().toString();
|
const selection = window.getSelection().toString();
|
||||||
if (selection.length > 0) {
|
if (selection.length > 0) {
|
||||||
// don't toggle if the user is selecting text (which one might do to copy a
|
// don't toggle if the user is selecting text (which one might do to copy a
|
||||||
|
|||||||
Reference in New Issue
Block a user