mirror of
https://github.com/flarum/core.git
synced 2025-07-16 14:26:25 +02:00
chore: remove call to console.log
This commit is contained in:
@@ -49,7 +49,6 @@ export default class Drawer {
|
|||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
resizeHandler = ((e) => {
|
resizeHandler = ((e) => {
|
||||||
console.log(this, e);
|
|
||||||
if (!e.matches && this.isOpen()) {
|
if (!e.matches && this.isOpen()) {
|
||||||
// Drawer is open but we've made window bigger, so hide it.
|
// Drawer is open but we've made window bigger, so hide it.
|
||||||
this.hide();
|
this.hide();
|
||||||
|
Reference in New Issue
Block a user