Pārlūkot izejas kodu

remove documentation for non-existing parameter (fixes #3078)

Falko Schindler 1 gadu atpakaļ
vecāks
revīzija
dfa98b190f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      nicegui/elements/interactive_image.py

+ 0 - 1
nicegui/elements/interactive_image.py

@@ -55,7 +55,6 @@ class InteractiveImage(SourceElement, ContentElement, component='interactive_ima
         :param on_mouse: callback for mouse events (contains image coordinates `image_x` and `image_y` in pixels)
         :param events: list of JavaScript events to subscribe to (default: `['click']`)
         :param cross: whether to show crosshairs or a color string (default: `False`)
-        :param on_pointer: callback for pointer events (contains image coordinates `image_x` and `image_y` in pixels, and `type` of the event)
         """
         super().__init__(source=source, content=content)
         self._props['events'] = events[:]